printf() format warning fixed
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20072 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
c9ee09924f
commit
2e491df9fa
@ -817,8 +817,8 @@ void MyFrame::OnFindMenuItem(wxCommandEvent& WXUNUSED(event))
|
||||
}
|
||||
else
|
||||
{
|
||||
wxLogMessage(wxT("Menu item %d in menu %d has label '%s'"),
|
||||
index, menuindex, label.c_str());
|
||||
wxLogMessage(wxT("Menu item %d in menu %lu has label '%s'"),
|
||||
index, (unsigned long)menuindex, label.c_str());
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user