Pick up old config file.
authorCarl Hetherington <cth@carlh.net>
Fri, 26 Apr 2013 19:27:19 +0000 (20:27 +0100)
committerCarl Hetherington <cth@carlh.net>
Fri, 26 Apr 2013 19:27:19 +0000 (20:27 +0100)
src/lib/config.cc

index 354940b1c4239327ded876436f62b0e0065e7338..e6f657a399b576575cd08c709bad28d89b2cf425 100644 (file)
@@ -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";
        }