]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/html/helpview/helpview.cpp
mention wx[Flex]GridSizer too
[wxWidgets.git] / samples / html / helpview / helpview.cpp
index a6165db27049ecd1f5c2306a25f5b8f8758c7d01..f8cb26d42ade60a9ac07be8d0e348cc31ab25368 100644 (file)
@@ -70,8 +70,8 @@ bool MyApp::OnInit()
     help = new wxHtmlHelpController;
     
     if (argc < 2) {
-        wxLogError("Usage : helpview <helpfile> [<more helpfiles>]");
-        wxLogError("  helpfile may be .hhp, .zip or .htb");
+        wxLogError(wxT("Usage : helpview <helpfile> [<more helpfiles>]"));
+        wxLogError(wxT("  helpfile may be .hhp, .zip or .htb"));
         return FALSE;
     }