CVS Commit by dpage: Turns out that wxMac actually supports a macish

From: cvs(at)developer(dot)pgadmin(dot)org
To: pgadmin-hackers(at)postgresql(dot)org
Subject: CVS Commit by dpage: Turns out that wxMac actually supports a macish
Date: 2005-04-25 08:23:07
Message-ID: 200504250823.j3P8N7md004302@developer.pgadmin.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Log Message:
-----------
Turns out that wxMac actually supports a macish behaviour of
the "Quit" MenuItem. It works similar to the About and Help menu
handling - you just set s_macEditMenuItemId to the id of
the Exit-Menuitem, and wx takes care of the rest.

Here is is patch (3-liner, including the compiler conditionals)
for this.
[Florian Pflug]

Modified Files:
--------------
pgadmin3/src/ui:
frmMain.cpp (r1.128 -> r1.129)

Attachment Content-Type Size
cvs-20054258237-diff.txt text/plain 702 bytes

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2005-04-25 08:25:08 Re: [PATCH] Improve Cmd-Q / Exit-Menu-Item on OSX
Previous Message Florian G. Pflug 2005-04-24 19:55:18 [PATCH] Improve Cmd-Q / Exit-Menu-Item on OSX