summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/wx/save_template_dialog.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wx/save_template_dialog.cc b/src/wx/save_template_dialog.cc
index 0917387c9..4336c3723 100644
--- a/src/wx/save_template_dialog.cc
+++ b/src/wx/save_template_dialog.cc
@@ -54,7 +54,7 @@ SaveTemplateDialog::SaveTemplateDialog (wxWindow* parent)
_default->Bind(wxEVT_RADIOBUTTON, boost::bind(&SaveTemplateDialog::setup_sensitivity, this));
_existing->Bind(wxEVT_RADIOBUTTON, boost::bind(&SaveTemplateDialog::setup_sensitivity, this));
_new->Bind(wxEVT_RADIOBUTTON, boost::bind(&SaveTemplateDialog::setup_sensitivity, this));
- _existing_name->Bind(wxEVT_TEXT, boost::bind(&SaveTemplateDialog::setup_sensitivity, this));
+ _new_name->Bind(wxEVT_TEXT, boost::bind(&SaveTemplateDialog::setup_sensitivity, this));
setup_sensitivity ();