Default to write-to in KDM dialog.
[dcpomatic.git] / src / wx / kdm_dialog.cc
index 7d136955c3251f14b802562d09f0e69017eda81d..17d7bd2a1a73b676289d0e2c15803c4253494282 100644 (file)
@@ -149,6 +149,8 @@ KDMDialog::KDMDialog (wxWindow* parent, boost::shared_ptr<const Film> film)
                vertical->Add (buttons, wxSizerFlags().Expand().DoubleBorder());
        }
 
+       _write_to->SetValue (true);
+
        _targets->Bind       (wxEVT_COMMAND_TREE_SEL_CHANGED, boost::bind (&KDMDialog::setup_sensitivity, this));
 
        _add_cinema->Bind    (wxEVT_COMMAND_BUTTON_CLICKED, boost::bind (&KDMDialog::add_cinema_clicked, this));