]> git.saurik.com Git - wxWidgets.git/blobdiff - src/mac/carbon/menu.cpp
get rid of one of the extra slashes in the download URLs
[wxWidgets.git] / 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