]> git.saurik.com Git - wxWidgets.git/blobdiff - src/osx/cocoa/menu.mm
fixing class
[wxWidgets.git] / src / osx / cocoa / menu.mm
index 1a632e95f6b77b8dbcbceab4a5748d7146779e7a..760f159263c302440136f66ee3c13eba694b9df6 100644 (file)
@@ -155,7 +155,6 @@ public :
         }
         [menu setDelegate:controller];
         [m_osxMenu setImplementation:this];
         }
         [menu setDelegate:controller];
         [m_osxMenu setImplementation:this];
-        [menu setAutoenablesItems:NO];
         // gc aware
         if ( m_osxMenu )
             CFRetain(m_osxMenu);
         // gc aware
         if ( m_osxMenu )
             CFRetain(m_osxMenu);
@@ -167,7 +166,7 @@ public :
     virtual void InsertOrAppend(wxMenuItem *pItem, size_t pos)
     {
         NSMenuItem* nsmenuitem = (NSMenuItem*) pItem->GetPeer()->GetHMenuItem();
     virtual void InsertOrAppend(wxMenuItem *pItem, size_t pos)
     {
         NSMenuItem* nsmenuitem = (NSMenuItem*) pItem->GetPeer()->GetHMenuItem();
-        // make sure a call of SetSubMenu is also reflected (occuring after Create)
+        // make sure a call of SetSubMenu is also reflected (occurring after Create)
         // update the native menu item accordingly
         
         if ( pItem->IsSubMenu() )
         // update the native menu item accordingly
         
         if ( pItem->IsSubMenu() )