]> git.saurik.com Git - wxWidgets.git/commitdiff
Fix for missing About menu item
authorRobin Dunn <robin@alldunn.com>
Wed, 25 Oct 2006 07:31:46 +0000 (07:31 +0000)
committerRobin Dunn <robin@alldunn.com>
Wed, 25 Oct 2006 07:31:46 +0000 (07:31 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42390 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/mac/carbon/menu.cpp

index a76f7e6dd9b7f461e147e67e700f65f46d9daed2..09cf4450c17dbc03aa1200f3bacb14fe6580fd6a 100644 (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