diff options
Diffstat (limited to 'src/wx/email_dialog.cc')
| -rw-r--r-- | src/wx/email_dialog.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/wx/email_dialog.cc b/src/wx/email_dialog.cc index b95d79b03..854a130c6 100644 --- a/src/wx/email_dialog.cc +++ b/src/wx/email_dialog.cc @@ -32,6 +32,8 @@ EmailDialog::EmailDialog (wxWindow* parent) _email = add (new wxTextCtrl (this, wxID_ANY, wxT (""), wxDefaultPosition, wxSize (400, -1))); layout (); + + _email->SetFocus (); } void |
