X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/5612e5243e278e50c0103c9f9341542c037d93e2..14dd645ee16eb022afb19f35d0c8cfdf2d3cdee9:/samples/html/helpview/helpview.cpp diff --git a/samples/html/helpview/helpview.cpp b/samples/html/helpview/helpview.cpp index a6165db270..f8cb26d42a 100644 --- a/samples/html/helpview/helpview.cpp +++ b/samples/html/helpview/helpview.cpp @@ -70,8 +70,8 @@ bool MyApp::OnInit() help = new wxHtmlHelpController; if (argc < 2) { - wxLogError("Usage : helpview []"); - wxLogError(" helpfile may be .hhp, .zip or .htb"); + wxLogError(wxT("Usage : helpview []")); + wxLogError(wxT(" helpfile may be .hhp, .zip or .htb")); return FALSE; }