summaryrefslogtreecommitdiff
path: root/src/tools
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-04-11 12:16:27 +0100
committerCarl Hetherington <cth@carlh.net>2013-04-11 12:16:27 +0100
commit9e8a216241509cdd0b72ea0a35a280a9f93a3ef1 (patch)
treeb943021fbf2fba5890ee62e5e1a5759d5aaa1d17 /src/tools
parentece34102d68c9e37fbbe365ae2da01f86915ce56 (diff)
Static / wx2.8 fixes.
Diffstat (limited to 'src/tools')
-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 3fc19a91c..768819abc 100644
--- a/src/tools/dvdomatic.cc
+++ b/src/tools/dvdomatic.cc
@@ -554,7 +554,7 @@ class App : public wxApp
bool OnCmdLineParsed (wxCmdLineParser& parser)
{
if (parser.GetParamCount() > 0) {
- if (parser.FoundSwitch (wxT ("new"))) {
+ if (parser.Found (wxT ("new"))) {
film_to_create = wx_to_std (parser.GetParam (0));
} else {
film_to_load = wx_to_std (parser.GetParam(0));