From: Ryan Norton Date: Fri, 1 Oct 2004 03:14:30 +0000 (+0000) Subject: *** empty log message *** X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/2d347ce894d916d14c325e1056701aff572625fd *** empty log message *** git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29587 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/mac/carbon/menu.cpp b/src/mac/carbon/menu.cpp index 1f7242fb2e..8c0a41ab45 100644 --- a/src/mac/carbon/menu.cpp +++ b/src/mac/carbon/menu.cpp @@ -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 ) ;