X-Git-Url: https://git.carlh.net/gitweb/?p=dcpomatic.git;a=blobdiff_plain;f=src%2Ftools%2Fdcpomatic.cc;h=ee79aeb3763e8f6ee253985996cc56b7fa8cef7b;hp=ecb8ea6031183686136180285077f51643e2db0d;hb=4548027ac50f2db16891f272d7a6c25b80062f15;hpb=ace0e4a6a20e238b06a6d6be8cd25cc13c235bf6 diff --git a/src/tools/dcpomatic.cc b/src/tools/dcpomatic.cc index ecb8ea603..ee79aeb37 100644 --- a/src/tools/dcpomatic.cc +++ b/src/tools/dcpomatic.cc @@ -1495,8 +1495,6 @@ private: if (Config::instance()->check_for_updates ()) { UpdateChecker::instance()->run (); } - - return true; } catch (exception& e) { @@ -1504,8 +1502,9 @@ private: splash->Destroy (); } error_dialog (0, wxString::Format ("DCP-o-matic could not start."), std_to_wx(e.what())); - return true; } + + return true; } void OnInitCmdLine (wxCmdLineParser& parser)