Add new "territory type" so that INT-T{D,L} can be chosen (#2704).
[dcpomatic.git] / src / lib / config.cc
index d032e6c64b165049c1fd79efd202548cbb2e4447..45fc6192387020c1273de3ac28a3f3a65ee85a47 100644 (file)
@@ -187,6 +187,7 @@ Config::set_defaults ()
        _custom_languages.clear ();
        _initial_paths.clear();
        _initial_paths["AddFilesPath"] = boost::none;
+       _initial_paths["AddKDMPath"] = boost::none;
        _initial_paths["AddDKDMPath"] = boost::none;
        _initial_paths["SelectCertificatePath"] = boost::none;
        _initial_paths["AddCombinerInputPath"] = boost::none;
@@ -1042,7 +1043,7 @@ Config::write_config () const
        }
 
        /* [XML] PlayerMode <code>window</code> for a single window, <code>full</code> for full-screen and <code>dual</code> for full screen playback
-          with controls on another monitor.
+          with separate (advanced) controls.
        */
        switch (_player_mode) {
        case PLAYER_MODE_WINDOW: