From: Carl Hetherington Date: Sat, 15 Mar 2014 19:50:07 +0000 (+0000) Subject: Default to write-to in KDM dialog. X-Git-Tag: v2.0.48~551^2~321^2~3 X-Git-Url: https://main.carlh.net/gitweb/?a=commitdiff_plain;h=15fff8992c5c152c2ac195ab063fd02fbc89e025;p=dcpomatic.git Default to write-to in KDM dialog. --- diff --git a/src/wx/kdm_dialog.cc b/src/wx/kdm_dialog.cc index 7d136955c..17d7bd2a1 100644 --- a/src/wx/kdm_dialog.cc +++ b/src/wx/kdm_dialog.cc @@ -149,6 +149,8 @@ KDMDialog::KDMDialog (wxWindow* parent, boost::shared_ptr 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));