about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--connection_dialog.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/connection_dialog.cpp b/connection_dialog.cpp index 0138189..55f68eb 100644 --- a/connection_dialog.cpp +++ b/connection_dialog.cpp
@@ -31,4 +31,5 @@ ConnectionDialog::ConnectionDialog()
31 SetSizerAndFit(top_sizer); 31 SetSizerAndFit(top_sizer);
32 32
33 Center(); 33 Center();
34 server_box_->SetFocus();
34} 35}