wxID_ABOUT event problem on MacOSX
Stefan Csomor
csomor at advancedconcepts.ch
Sun Feb 4 06:12:31 PST 2007
Hi
> I added a Help menu and a About menu item to the menu bar (in
> DialogBlocks) and now the Application menu item About is working, but
> now I have two empty Help menus!
the best thing is to have a wxID_ABOUT somewhere in your menus, there is
a bug report about the single item help menu, but I didn't have the time
yet to look at it. So for the time being if you only want to respond to
it properly add a wxID_ABOUT item to some other menu, or have a full
help menu, which also might open a help file. Make sure that
wxApp::s_macHelpMenuTitleName corresponds to your help menu title, to
avoid duplication.
Thanks,
Stefan
More information about the wx-users
mailing list