X-Git-Url: https://git.carlh.net/gitweb/?p=dcpomatic.git;a=blobdiff_plain;f=src%2Fwx%2Fself_dkdm_dialog.cc;h=cd55a8dea96aed7120fda9e7f3e0ca21aa745258;hp=001b8d328c06e1b3156787c3d106f5ce009af851;hb=ad5c8849fc3ef5aad88201f28db5474a60db4436;hpb=f113b2aaca7a65f7b37e12a7d9f3f99e2d834e81 diff --git a/src/wx/self_dkdm_dialog.cc b/src/wx/self_dkdm_dialog.cc index 001b8d328..cd55a8dea 100644 --- a/src/wx/self_dkdm_dialog.cc +++ b/src/wx/self_dkdm_dialog.cc @@ -103,8 +103,8 @@ SelfDKDMDialog::SelfDKDMDialog (wxWindow* parent, boost::shared_ptr overall_sizer->Layout (); overall_sizer->SetSizeHints (this); - _internal->Bind (wxEVT_COMMAND_RADIOBUTTON_SELECTED, bind (&SelfDKDMDialog::setup_sensitivity, this)); - _write_to->Bind (wxEVT_COMMAND_RADIOBUTTON_SELECTED, bind (&SelfDKDMDialog::setup_sensitivity, this)); + _internal->Bind (wxEVT_RADIOBUTTON, bind (&SelfDKDMDialog::setup_sensitivity, this)); + _write_to->Bind (wxEVT_RADIOBUTTON, bind (&SelfDKDMDialog::setup_sensitivity, this)); } void