CVS Commit by dpage: Turns out that wxMac actually supports a macish - Mailing list pgadmin-hackers

From cvs@developer.pgadmin.org
Subject CVS Commit by dpage: Turns out that wxMac actually supports a macish
Date
Msg-id 200504250823.j3P8N7md004302@developer.pgadmin.org
Whole thread Raw
List 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

pgadmin-hackers by date:

Previous
From: "Florian G. Pflug"
Date:
Subject: [PATCH] Improve Cmd-Q / Exit-Menu-Item on OSX
Next
From: "Dave Page"
Date:
Subject: Re: [PATCH] Improve Cmd-Q / Exit-Menu-Item on OSX