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

Поиск
Список
Период
Сортировка
От cvs@developer.pgadmin.org
Тема CVS Commit by dpage: Turns out that wxMac actually supports a macish
Дата
Msg-id 200504250823.j3P8N7md004302@developer.pgadmin.org
обсуждение исходный текст
Список 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)


Вложения

В списке pgadmin-hackers по дате отправления:

Предыдущее
От: "Florian G. Pflug"
Дата:
Сообщение: [PATCH] Improve Cmd-Q / Exit-Menu-Item on OSX
Следующее
От: "Dave Page"
Дата:
Сообщение: Re: [PATCH] Improve Cmd-Q / Exit-Menu-Item on OSX