summaryrefslogtreecommitdiff
path: root/src/wx/rename_template_dialog.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/wx/rename_template_dialog.cc')
-rw-r--r--src/wx/rename_template_dialog.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/wx/rename_template_dialog.cc b/src/wx/rename_template_dialog.cc
index 6651d0923..970c85a8b 100644
--- a/src/wx/rename_template_dialog.cc
+++ b/src/wx/rename_template_dialog.cc
@@ -26,6 +26,8 @@ RenameTemplateDialog::RenameTemplateDialog (wxWindow* parent)
add (_("New name"), true);
_name = add (new wxTextCtrl (this, wxID_ANY, wxEmptyString, wxDefaultPosition, wxSize (300, -1)));
layout ();
+
+ _name->SetFocus ();
}
wxString