Hi,
Does anyone know of a way to change the name of the 'Python' menu on OS
X, when using wxpython. Typically this menu contains 'About',
'Preferences' and 'Quit' menu items, and usually has the same name as
the program itself e.g. 'Firefox'.
Thanks,
Jamie
Read http://wiki.wxpython.org/Optimizing_for_Mac_OS_X
basically what you need to do is:
-
give wx.ID_ABOUT id to your about menu item
-
give wx.ID_PREFERENCES id to your preferences menu item
-
give wx.ID_EXIT id to your exit menu item
-
Build your app with py2app (the only way I know to change the label from ‘Python’ to the real app name, there might be some other way though).
···
On 7/6/07, Jamie Bullock jamie@postlude.co.uk wrote:
Hi,
Does anyone know of a way to change the name of the ‘Python’ menu on OS
X, when using wxpython. Typically this menu contains ‘About’,
‘Preferences’ and ‘Quit’ menu items, and usually has the same name as
the program itself e.g. ‘Firefox’.
Thanks,
Jamie
To unsubscribe, e-mail: wxPython-users-unsubscribe@lists.wxwidgets.org
For additional commands, e-mail:
wxPython-users-help@lists.wxwidgets.org
–
http://code.google.com/p/lh-abc