Compile fixes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@48025 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -858,8 +858,9 @@ void MyFrame::OnGetLabelMenuItem(wxCommandEvent& WXUNUSED(event))
|
||||
|
||||
if ( item )
|
||||
{
|
||||
wxString label = item->GetItemLabel();
|
||||
wxLogMessage(_T("The label of the last menu item is '%s'"),
|
||||
item->GetLabel().c_str());
|
||||
label.c_str());
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user