9ba7df2
--- wxGTK-2.8.12.orig/tests/test.cpp	2011-03-22 13:18:05.000000000 +0100
9ba7df2
+++ wxGTK-2.8.12/tests/test.cpp	2011-04-14 10:35:44.000000000 +0200
9ba7df2
@@ -86,11 +86,11 @@ void TestApp::OnInitCmdLine(wxCmdLinePar
9ba7df2
         { wxCMD_LINE_SWITCH, _T("L"), _T("longlist"),
9ba7df2
             _T("list the test cases, do not run them"),
9ba7df2
             wxCMD_LINE_VAL_NONE, 0 },
9ba7df2
-        { wxCMD_LINE_SWITCH, "d", "detail",
9ba7df2
-            "print the test case names, run them (not implemented)",
9ba7df2
+        { wxCMD_LINE_SWITCH, _T("d"), _T("detail"),
9ba7df2
+            _T("print the test case names, run them (not implemented)"),
9ba7df2
             wxCMD_LINE_VAL_NONE, 0 },
9ba7df2
-        { wxCMD_LINE_SWITCH, "t", "timing",
9ba7df2
-            "print names and mesure running time of individual test, run them (not implemented)",
9ba7df2
+        { wxCMD_LINE_SWITCH, _T("t"), _T("timing"),
9ba7df2
+            _T("print names and mesure running time of individual test, run them (not implemented)"),
9ba7df2
             wxCMD_LINE_VAL_NONE, 0 },
9ba7df2
         { wxCMD_LINE_PARAM, 0, 0, _T("REGISTRY"), wxCMD_LINE_VAL_STRING,
9ba7df2
             wxCMD_LINE_PARAM_OPTIONAL | wxCMD_LINE_PARAM_MULTIPLE },