diff options
| author | Carl Hetherington <cth@carlh.net> | 2016-02-17 10:11:24 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2016-02-17 10:11:24 +0000 |
| commit | 4f19455332f1f4cc4c313338b7fb0b6fc508d5b4 (patch) | |
| tree | be960254d3017519805a8625444df3e5984e5d08 /src/tools/dcpomatic.cc | |
| parent | ce8798adfb206eb5c7c38167140a4a1474f7b3a4 (diff) | |
Allow multiple configuration files in DCP-o-matic's directory.
Diffstat (limited to 'src/tools/dcpomatic.cc')
| -rw-r--r-- | src/tools/dcpomatic.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/dcpomatic.cc b/src/tools/dcpomatic.cc index b853851d7..1a8532134 100644 --- a/src/tools/dcpomatic.cc +++ b/src/tools/dcpomatic.cc @@ -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)) { |
