wxEmptyString decorations.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31900 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -1832,7 +1832,7 @@ void wxMenuBar::SetLabelTop(size_t pos, const wxString& label)
|
||||
|
||||
wxString wxMenuBar::GetLabelTop(size_t pos) const
|
||||
{
|
||||
wxCHECK_MSG( pos < GetCount(), _T(""), _T("invalid index in GetLabelTop") );
|
||||
wxCHECK_MSG( pos < GetCount(), wxEmptyString, _T("invalid index in GetLabelTop") );
|
||||
|
||||
return m_menuInfos[pos].GetLabel();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user