diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-04-26 20:27:19 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-04-26 20:27:19 +0100 |
| commit | 9883b9c5a5c29c3308aa816b322e552ff188c213 (patch) | |
| tree | e0b90957c2212902e2076e5dfcd26aef138c5671 /src/lib | |
| parent | 976263adce6580a0bf73dd1f287848c0cbcd96c2 (diff) | |
Pick up old config file.
Diffstat (limited to 'src/lib')
| -rw-r--r-- | src/lib/config.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/config.cc b/src/lib/config.cc index 354940b1c..e6f657a39 100644 --- a/src/lib/config.cc +++ b/src/lib/config.cc @@ -155,7 +155,7 @@ Config::file (bool old) const boost::filesystem::path p; p /= g_get_user_config_dir (); if (old) { - p /= ".dcpomatic"; + p /= ".dvdomatic"; } else { p /= ".dcpomatic.xml"; } |
