Remove more wxT() macros from samples
Also use wxString instead of wxChar* strings. Closes https://github.com/wxWidgets/wxWidgets/pull/950
This commit is contained in:
committed by
Vadim Zeitlin
parent
480047ee9a
commit
b70ed2d8c8
@@ -466,7 +466,7 @@ void MyApp::GenerateReport(wxDebugReport::Context ctx)
|
||||
}
|
||||
else
|
||||
{
|
||||
wxLogMessage(wxT("Report generated in \"%s\"."),
|
||||
wxLogMessage("Report generated in \"%s\".",
|
||||
report->GetCompressedFileName().c_str());
|
||||
report->Reset();
|
||||
}
|
||||
|
Reference in New Issue
Block a user