Fix for missing About menu item
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42390 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -610,7 +610,7 @@ void wxMenuBar::MacInstallMenuBar()
|
||||
CFSTR(""), 0, kMenuItemAttrSeparator, 0);
|
||||
#endif
|
||||
InsertMenuItemTextWithCFString( appleMenu,
|
||||
CFSTR("About..."), 0, kMenuItemAttrSeparator, 0);
|
||||
CFSTR("About..."), 0, 0, 0);
|
||||
MacInsertMenu( appleMenu , 0 ) ;
|
||||
|
||||
// clean-up the help menu before adding new items
|
||||
|
Reference in New Issue
Block a user