No-op; rename a whole load of wx constants to their shorter equivalents.
[dcpomatic.git] / src / wx / hints_dialog.cc
index cb971a671a02f9d82ca1eae733d977acc1e43b1d..86a1602131fa9ab87b46c1aca4951cd991c4575b 100644 (file)
@@ -44,7 +44,7 @@ HintsDialog::HintsDialog (wxWindow* parent, boost::weak_ptr<Film> film, bool ok)
        if (!ok) {
                wxCheckBox* b = new wxCheckBox (this, wxID_ANY, _("Don't show hints again"));
                sizer->Add (b, 0, wxALL, 6);
-               b->Bind (wxEVT_COMMAND_CHECKBOX_CLICKED, bind (&HintsDialog::shut_up, this, _1));
+               b->Bind (wxEVT_CHECKBOX, bind (&HintsDialog::shut_up, this, _1));
        }
 
        wxStdDialogButtonSizer* buttons = CreateStdDialogButtonSizer (0);