]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/menu.h
implementing rollover and pressed image for bitmapbutton on osx_cocoa
[wxWidgets.git] / include / wx / menu.h
index 466d50675a656c0682d13791183416ec065fc745..876a72e1622568fa47dcd0538b11bb2b48c9d803 100644 (file)
@@ -499,7 +499,7 @@ public:
 #if WXWIN_COMPATIBILITY_2_8
     // get or change the label of the menu at given position
     // Deprecated in favour of SetMenuLabel
-    wxDEPRECATED( void SetLabelTop(size_t pos, const wxString& label) );    
+    wxDEPRECATED( void SetLabelTop(size_t pos, const wxString& label) );
     // Deprecated in favour of GetMenuLabelText
     wxDEPRECATED( wxString GetLabelTop(size_t pos) const );
 #endif