#endif
// For compilers that support precompilation, includes "wx/wx.h".
-#include <wx/wxprec.h>
+#include "wx/wxprec.h"
#ifdef __BORLANDC__
#pragma hdrstop
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;
}