]> git.saurik.com Git - wxWidgets.git/blobdiff - contrib/utils/wxrcedit/edapp.cpp
makefiles update
[wxWidgets.git] / contrib / utils / wxrcedit / edapp.cpp
index 9c3602ffaad75f7107cbb9f98654f0a451a6cad0..ffce6a4fe512a0b8fd70124864d3e4782c44f11d 100644 (file)
@@ -49,7 +49,7 @@ bool MyApp::OnInit()
 {
     SetVendorName(wxT("wxWindows"));
     SetAppName(wxT("wxrcedit"));
-    wxString arg = (argc >= 1) ? argv[1] : "";
+    wxString arg = (argc >= 1) ? argv[1] : _T("");
     wxInitAllImageHandlers();
     wxFrame *frame = new EditorFrame(NULL, arg);
     SetTopWindow(frame);