Add a new "Add DKDM" dialogue (#1637).
[dcpomatic.git] / src / tools / dcpomatic_playlist.cc
index a39aed63b8d8dfc4860f08aafb1b95d7df52b437..04950028af6dcfaec08a5ed663ebe4fb4f1391eb 100644 (file)
@@ -453,6 +453,7 @@ public:
        explicit DOMFrame (wxString const & title)
                : wxFrame (0, -1, title)
                , _content_dialog (new ContentDialog(this))
+               , _config_dialog (0)
        {
                wxMenuBar* bar = new wxMenuBar;
                setup_menu (bar);
@@ -573,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;