]> git.saurik.com Git - wxWidgets.git/commitdiff
wx apps did not have the separator like other apps after About--now they do
authorKevin Hock <hockkn@yahoo.com>
Fri, 1 Oct 2004 02:08:41 +0000 (02:08 +0000)
committerKevin Hock <hockkn@yahoo.com>
Fri, 1 Oct 2004 02:08:41 +0000 (02:08 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29583 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/mac/carbon/menu.cpp

index 1aab98b958183f8bf0d71f34fef6205d3d5db296..c56f39efa6b164b7de30815d4cb65f9743a73bf5 100644 (file)
@@ -550,6 +550,7 @@ void wxMenuBar::MacInstallMenuBar()
 
     verify_noerr( CreateNewMenu( kwxMacAppleMenuId , 0 , &appleMenu ) ) ;
     verify_noerr( SetMenuTitle( appleMenu , (ConstStr255Param) appleMenuTitle ) );
+    MacInsertMenuItem( appleMenu , "\p-" , 0 ) ;
     MacInsertMenuItem( appleMenu , "\pAbout..." , 0 ) ;
     MacInsertMenu( appleMenu , 0 ) ;