Fix 2.8 build.
authorCarl Hetherington <cth@carlh.net>
Sat, 22 Dec 2012 21:22:33 +0000 (21:22 +0000)
committerCarl Hetherington <cth@carlh.net>
Sat, 22 Dec 2012 21:22:33 +0000 (21:22 +0000)
src/tools/dvdomatic.cc

index 055c5a0662cee89269a633612f25c8591552df40..d5dca2ab4eb3d185cd59e2851a2b498dcbed8883 100644 (file)
@@ -378,7 +378,7 @@ static const wxCmdLineEntryDesc command_line_description[] = {
 static const wxCmdLineEntryDesc command_line_description[] = {
        { wxCMD_LINE_OPTION, wxT("l"), wxT("log"), wxT("set log level (silent, verbose or timing)"), wxCMD_LINE_VAL_STRING, wxCMD_LINE_PARAM_OPTIONAL },
         { wxCMD_LINE_PARAM, 0, 0, wxT("film to load"), wxCMD_LINE_VAL_STRING, wxCMD_LINE_PARAM_MULTIPLE | wxCMD_LINE_PARAM_OPTIONAL },
-       { wxCMD_LINE_NONE, "", "", "", wxCmdLineParamType (0), 0 }
+       { wxCMD_LINE_NONE, wxT(""), wxT(""), wxT(""), wxCmdLineParamType (0), 0 }
 };
 #endif