]> git.saurik.com Git - wxWidgets.git/blobdiff - src/mac/carbon/uma.cpp
added non mach version
[wxWidgets.git] / src / mac / carbon / uma.cpp
index 23205472bac0f99051079c0667b66d92acdcdaa9..93fc8225ee7229902a5447c1bdcea59888c05a87 100644 (file)
@@ -242,7 +242,8 @@ void UMASetMenuTitle( MenuRef menu , const wxString& title , wxFontEncoding enco
 
 void UMASetMenuItemText( MenuRef menu,  MenuItemIndex item, const wxString& title, wxFontEncoding encoding )
 {
-    wxString str = title ; // we don't strip the accels here anynmore, must be done before
+    // we don't strip the accels here anymore, must be done before
+    wxString str = title ;
 
 #if TARGET_CARBON
     SetMenuItemTextWithCFString( menu , item , wxMacCFStringHolder(str , encoding) ) ;