summaryrefslogtreecommitdiff
path: root/src/wx/server_dialog.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/wx/server_dialog.cc')
-rw-r--r--src/wx/server_dialog.cc3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/wx/server_dialog.cc b/src/wx/server_dialog.cc
index 37f68da29..8b32ad3b9 100644
--- a/src/wx/server_dialog.cc
+++ b/src/wx/server_dialog.cc
@@ -25,7 +25,7 @@ using std::string;
using boost::shared_ptr;
ServerDialog::ServerDialog (wxWindow* parent)
- : TableDialog (parent, _("Server"), 2, true)
+ : TableDialog (parent, _("Server"), 2, 1, true)
{
wxClientDC dc (parent);
/* XXX: bit of a mystery why we need such a long string here */
@@ -52,4 +52,3 @@ ServerDialog::get () const
{
return wx_to_std (_host->GetValue ());
}
-