Allow multiple configuration files in DCP-o-matic's directory.
[dcpomatic.git] / src / tools / dcpomatic.cc
index b853851d7c7328572d472fd707f6114a4b5cef03..1a85321340314fec10ee39263f9c8350d4588f99 100644 (file)
@@ -935,7 +935,7 @@ private:
 
                wxSplashScreen* splash = 0;
                try {
-                       if (!Config::have_existing ()) {
+                       if (!Config::have_existing ("config.xml")) {
                                wxBitmap bitmap;
                                boost::filesystem::path p = shared_path () / "splash.png";
                                if (bitmap.LoadFile (std_to_wx (p.string ()), wxBITMAP_TYPE_PNG)) {