don't use deprecated IntToString function
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20121 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
e12c92c2f7
commit
11968fef9c
@ -419,7 +419,7 @@ bool wxHelpControllerHelpProvider::ShowHelp(wxWindowBase *window)
|
||||
// Convenience function for turning context id into wxString
|
||||
wxString wxContextId(int id)
|
||||
{
|
||||
return wxString(IntToString(id));
|
||||
return wxString::Format(_T("%d"), id);
|
||||
}
|
||||
|
||||
// ----------------------------------------------------------------------------
|
||||
|
Loading…
Reference in New Issue
Block a user