Hi
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)
[EMAIL PROTECTED] wrote:
I'm running on wxWidgets CVS and pgAdmin3 CVS. The build worked great,
apart from the non-executable script in the "make install" process.
Hm.. when did you checkout the sources? This should be fixed in the
latest CVS version.
There's a window management issue that needs t
Log Message:
---
more Hint enhancements
Modified Files:
--
pgadmin3/src/include:
frmMain.h (r1.64 -> r1.65)
pgadmin3/src/schema:
pgObject.cpp (r1.81 -> r1.82)
pgServer.cpp (r1.63 -> r1.64)
pgTablespace.cpp (r1.12 -> r1.13)
pgUser.