]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/appbase.cpp
Incomplete setup build fix (wxPalmOS).
[wxWidgets.git] / src / common / appbase.cpp
index 8d3f6b21108bbd2bac82e74e67644196018ba7fe..f1610067c4831aa18e0ee860d0d650a35380ddad 100644 (file)
@@ -345,7 +345,7 @@ void wxAppConsole::OnInitCmdLine(wxCmdLineParser& parser)
 #if wxUSE_LOG
         {
             wxCMD_LINE_SWITCH,
-            _T(""),
+            wxEmptyString,
             OPTION_VERBOSE,
             gettext_noop("generate verbose log messages"),
             wxCMD_LINE_VAL_NONE,
@@ -356,9 +356,9 @@ void wxAppConsole::OnInitCmdLine(wxCmdLineParser& parser)
         // terminator
         {
             wxCMD_LINE_NONE,
-            _T(""),
-            _T(""),
-            _T(""),
+            wxEmptyString,
+            wxEmptyString,
+            wxEmptyString,
             wxCMD_LINE_VAL_NONE,
             0x0
         }