]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/html/helpview/helpview.cpp
Tries to fix wxListBox focus problems.
[wxWidgets.git] / samples / html / helpview / helpview.cpp
index a6165db27049ecd1f5c2306a25f5b8f8758c7d01..3e1e1b1d215e5eb10b1f533945805dc8bf0a320b 100644 (file)
@@ -10,7 +10,7 @@
 #endif
 
 // For compilers that support precompilation, includes "wx/wx.h".
-#include <wx/wxprec.h>
+#include "wx/wxprec.h"
 
 #ifdef __BORLANDC__
 #pragma hdrstop
@@ -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;
     }