summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2012-12-23 02:06:13 +0000
committerCarl Hetherington <cth@carlh.net>2012-12-23 02:06:13 +0000
commit881c8455d01de5c785c01f7dc55fef0aede2f3b2 (patch)
tree8e8a808c19166007662c8eb2af023b4fb7e15d9c /src
parent4426c01f35c51fb4df407ebf31ea5c6d21d47d00 (diff)
parent57ad1c08720a7a71128a4dc8fce6637c4a94517d (diff)
Merge branch 'video-player'
Diffstat (limited to 'src')
-rw-r--r--src/tools/dvdomatic.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/dvdomatic.cc b/src/tools/dvdomatic.cc
index 055c5a066..d5dca2ab4 100644
--- a/src/tools/dvdomatic.cc
+++ b/src/tools/dvdomatic.cc
@@ -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