summaryrefslogtreecommitdiff
path: root/src/gui/serverdialog.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/serverdialog.cpp')
-rw-r--r--src/gui/serverdialog.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/serverdialog.cpp b/src/gui/serverdialog.cpp
index 66afe912..5c1d35a1 100644
--- a/src/gui/serverdialog.cpp
+++ b/src/gui/serverdialog.cpp
@@ -282,7 +282,7 @@ void ServerDialog::action(const gcn::ActionEvent &event)
// Check login
if (index < 0
-#ifndef ENABLE_MANASERV
+#ifndef MANASERV_SUPPORT
|| mServersListModel->getServer(index).type == ServerInfo::MANASERV
#endif
)
@@ -475,7 +475,7 @@ void ServerDialog::loadServers()
// Ignore unknown server types
if (server.type == ServerInfo::UNKNOWN
-#ifndef ENABLE_MANASERV
+#ifndef MANASERV_SUPPORT
|| server.type == ServerInfo::MANASERV
#endif
)