diff options
Diffstat (limited to 'src/gui/customserverdialog.cpp')
-rw-r--r-- | src/gui/customserverdialog.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/customserverdialog.cpp b/src/gui/customserverdialog.cpp index 5524e459..9a589671 100644 --- a/src/gui/customserverdialog.cpp +++ b/src/gui/customserverdialog.cpp @@ -154,7 +154,7 @@ void CustomServerDialog::action(const gcn::ActionEvent &event) serverInfo.type = ServerType::Unknown; } #else - serverInfo.type = ServerType::TMWATHENA; + serverInfo.type = ServerType::TmwAthena; #endif if (mPortField->getText().empty()) serverInfo.port = ServerInfo::defaultPortForServerType(serverInfo.type); |