Call wxInitAllImageHandlers and fix Playlist Editor AppName.
authorCarl Hetherington <cth@carlh.net>
Sun, 1 Mar 2020 19:27:53 +0000 (20:27 +0100)
committerCarl Hetherington <cth@carlh.net>
Sun, 1 Mar 2020 19:27:53 +0000 (20:27 +0100)
src/tools/dcpomatic_playlist.cc

index f8f2a8bba834c36918fb02d66ce42d4a63847945..04950028af6dcfaec08a5ed663ebe4fb4f1391eb 100644 (file)
@@ -574,7 +574,8 @@ private:
        bool OnInit ()
        try
        {
-               SetAppName (_("DCP-o-matic KDM Creator"));
+               wxInitAllImageHandlers ();
+               SetAppName (_("DCP-o-matic Playlist Editor"));
 
                if (!wxApp::OnInit()) {
                        return false;