Call wxInitAllImageHandlers and fix Playlist Editor AppName.
[dcpomatic.git] / test / config_test.cc
index dad545a48e89db4a83c992f14dd63168c4ceaa43..14cceb6a0df30100849a9565e733fbec032902fd 100644 (file)
@@ -31,7 +31,7 @@ rewrite_bad_config ()
        boost::system::error_code ec;
        boost::filesystem::remove ("build/test/config.xml", ec);
 
-       Config::test_path = "build/test";
+       Config::override_path = "build/test";
        ofstream f ("build/test/config.xml");
        f << "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n"
          << "<Config>\n"