Integrated recent API-change
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5614 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -137,9 +137,9 @@ bool wxMenuItem::IsChecked() const
|
||||
return FALSE;
|
||||
}
|
||||
|
||||
wxString wxMenuItem::GetLabel() const
|
||||
wxString wxMenuItemBase::GetLabelFromText(const wxString& text)
|
||||
{
|
||||
return wxStripMenuCodes(m_text);
|
||||
return wxStripMenuCodes(text);
|
||||
}
|
||||
|
||||
// accelerators
|
||||
|
Reference in New Issue
Block a user