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:
Robin Dunn
2006-10-25 07:31:46 +00:00
parent 9ed79eee4e
commit 8377a10750

View File

@@ -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