]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/osx/menuitem.h
Support diabling items in GTK+, see #12686: Allow disabling of wxDVC items
[wxWidgets.git] / include / wx / osx / menuitem.h
index 8e9e82da3182cbd11e36cecca090bf6d1b17029a..875831f0ab652e1964401ba7494e3549adfc77f6 100644 (file)
@@ -1,5 +1,5 @@
 ///////////////////////////////////////////////////////////////////////////////
-// Name:        wx/mac/carbon/menuitem.h
+// Name:        wx/osx/menuitem.h
 // Purpose:     wxMenuItem class
 // Author:      Vadim Zeitlin
 // Modified by:
@@ -75,7 +75,7 @@ private:
 
     wxBitmap  m_bitmap; // Bitmap for menuitem, if any
     void* m_menu ; // the appropriate menu , may also be a system menu
-    
+
     wxMenuItemImpl* m_peer;
 
     DECLARE_DYNAMIC_CLASS(wxMenuItem)