summaryrefslogtreecommitdiff
path: root/src/wx/server_dialog.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2015-10-07 17:09:43 +0100
committerCarl Hetherington <cth@carlh.net>2015-10-09 13:44:57 +0100
commit76196d4356ca5d92047e46ce8d617c688ad88c91 (patch)
tree83a9b23bfab8ea1c699dd6f2e6c0908ba60f5433 /src/wx/server_dialog.cc
parentf001a5020a6307f1adf650bd33a0c2a2ea26d468 (diff)
Update for TableDialog constructor change.
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 ());
}
-