]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/mac/menuitem.h
define wxCHECK_W32API_VERSION for OpenWatcom and DigitalMars
[wxWidgets.git] / include / wx / mac / menuitem.h
index 92c5f8d5ec7c1b7956baaffc469046583b15284b..4c9cd9f5d4877f3793a2b0ad28bafd003659f528 100644 (file)
@@ -6,7 +6,7 @@
 // Created:     11.11.97
 // RCS-ID:      $Id$
 // Copyright:   (c) 1998 Vadim Zeitlin <zeitlin@dptmaths.ens-cachan.fr>
-// Licence:     wxWindows license
+// Licence:     wxWindows licence
 ///////////////////////////////////////////////////////////////////////////////
 
 #ifndef   _MENUITEM_H
@@ -46,10 +46,10 @@ public:
     virtual void SetBitmap(const wxBitmap& bitmap) ;
     virtual const wxBitmap& GetBitmap() const { return m_bitmap; }
 
-       // update the os specific representation
-       void UpdateItemBitmap() ;
-       void UpdateItemText() ;
-       void UpdateItemStatus() ;
+    // update the os specific representation
+    void UpdateItemBitmap() ;
+    void UpdateItemText() ;
+    void UpdateItemStatus() ;
 
     // mark item as belonging to the given radio group
     void SetAsRadioGroupStart();