X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/0253bbbabc68c9e1fbb9bed2668b5bfcf8c458ff..f0368d28bf125cdc851e65e1ea215651f19453d2:/include/wx/menu.h diff --git a/include/wx/menu.h b/include/wx/menu.h index 466d50675a..876a72e162 100644 --- a/include/wx/menu.h +++ b/include/wx/menu.h @@ -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