diff options
Diffstat (limited to 'src/gui/serverdialog.cpp')
-rw-r--r-- | src/gui/serverdialog.cpp | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/src/gui/serverdialog.cpp b/src/gui/serverdialog.cpp index 63c03b0a2..6aec0d6de 100644 --- a/src/gui/serverdialog.cpp +++ b/src/gui/serverdialog.cpp @@ -269,9 +269,10 @@ ServerDialog::ServerDialog(ServerInfo *const serverInfo, setWindowName("ServerDialog"); - mPersistentIPCheckBox = new CheckBox(_("Use same ip for game sub servers"), - config.getBoolValue("usePersistentIP"), - this, "persitent ip"); + mPersistentIPCheckBox = new CheckBox(this, + _("Use same ip for game sub servers"), + config.getBoolValue("usePersistentIP"), + this, "persitent ip"); loadCustomServers(); |