summaryrefslogtreecommitdiff
path: root/src/wx/new_film_dialog.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/wx/new_film_dialog.cc')
-rw-r--r--src/wx/new_film_dialog.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wx/new_film_dialog.cc b/src/wx/new_film_dialog.cc
index 5d4581d3c..ef072c9fc 100644
--- a/src/wx/new_film_dialog.cc
+++ b/src/wx/new_film_dialog.cc
@@ -66,7 +66,7 @@ NewFilmDialog::NewFilmDialog (wxWindow* parent)
_template_name->Append (std_to_wx (i));
}
- _use_template->Bind (wxEVT_COMMAND_CHECKBOX_CLICKED, bind (&NewFilmDialog::use_template_clicked, this));
+ _use_template->Bind (wxEVT_CHECKBOX, bind (&NewFilmDialog::use_template_clicked, this));
layout ();
}