Possibly fix OSX startup error in batch converter (#1501).
authorCarl Hetherington <cth@carlh.net>
Sun, 24 Mar 2019 21:07:27 +0000 (21:07 +0000)
committerCarl Hetherington <cth@carlh.net>
Sun, 24 Mar 2019 21:07:27 +0000 (21:07 +0000)
src/tools/dcpomatic_batch.cc

index 48c7c2da5c88f1ce9534659f617502f3bd3c0b68..e3beb8dc6deb1760199488c65b60b68abe63c6ef 100644 (file)
@@ -382,6 +382,8 @@ class App : public wxApp
 {
        bool OnInit ()
        {
+               wxInitAllImageHandlers ();
+
                SetAppName (_("DCP-o-matic Batch Converter"));
                is_batch_converter = true;