]> git.saurik.com Git - wxWidgets.git/commitdiff
*** empty log message ***
authorRyan Norton <wxprojects@comcast.net>
Fri, 1 Oct 2004 03:14:30 +0000 (03:14 +0000)
committerRyan Norton <wxprojects@comcast.net>
Fri, 1 Oct 2004 03:14:30 +0000 (03:14 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29587 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/mac/carbon/menu.cpp

index 1f7242fb2efbf7e9a47cbc13c2c0f0b8b54a26b9..8c0a41ab45ba1407b70b917c4bf47aeb5fce052d 100644 (file)
@@ -554,10 +554,7 @@ void wxMenuBar::MacInstallMenuBar()
 //RN: under 10.3 it is a standard to include a seperator between About and Preferences
 //    10.2 and less are inconsistant about this, but in the interest of being more
 //    consistant with future OS's, we're choosing to include the seperator.
-#if TARGET_API_MAC_OSX
     MacInsertMenuItem( appleMenu , "\p-" , 0 ) ;
-#endif
-
     MacInsertMenuItem( appleMenu , "\pAbout..." , 0 ) ;
     MacInsertMenu( appleMenu , 0 ) ;