diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-04-11 12:16:27 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-04-11 12:16:27 +0100 |
| commit | 9e8a216241509cdd0b72ea0a35a280a9f93a3ef1 (patch) | |
| tree | b943021fbf2fba5890ee62e5e1a5759d5aaa1d17 /src/tools | |
| parent | ece34102d68c9e37fbbe365ae2da01f86915ce56 (diff) | |
Static / wx2.8 fixes.
Diffstat (limited to 'src/tools')
| -rw-r--r-- | src/tools/dvdomatic.cc | 2 |
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)); |
