From: Kevin Hock Date: Fri, 1 Oct 2004 02:08:41 +0000 (+0000) Subject: wx apps did not have the separator like other apps after About--now they do X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/e957d41c73773ab2eb0c6bfae0a6111ccc3ffabb wx apps did not have the separator like other apps after About--now they do git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29583 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/mac/carbon/menu.cpp b/src/mac/carbon/menu.cpp index 1aab98b958..c56f39efa6 100644 --- a/src/mac/carbon/menu.cpp +++ b/src/mac/carbon/menu.cpp @@ -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 ) ;