summaryrefslogtreecommitdiff
path: root/src/gui
diff options
context:
space:
mode:
authorJared Adams <jaxad0127@gmail.com>2009-12-02 14:43:02 -0700
committerJared Adams <jaxad0127@gmail.com>2009-12-02 14:43:02 -0700
commit53a6f9d15f3b3690d5ced9251f38608bf5585980 (patch)
tree9f140e058d4e97052975d5a397aaf475138faca5 /src/gui
parent91761b7926c2503664c4db24c5aa44f817384227 (diff)
downloadmana-client-53a6f9d15f3b3690d5ced9251f38608bf5585980.tar.gz
mana-client-53a6f9d15f3b3690d5ced9251f38608bf5585980.tar.bz2
mana-client-53a6f9d15f3b3690d5ced9251f38608bf5585980.tar.xz
mana-client-53a6f9d15f3b3690d5ced9251f38608bf5585980.zip
Mark a section is ServerDialog for merge removal
Diffstat (limited to 'src/gui')
-rw-r--r--src/gui/serverdialog.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gui/serverdialog.cpp b/src/gui/serverdialog.cpp
index 47cb3ee0..9c1494d0 100644
--- a/src/gui/serverdialog.cpp
+++ b/src/gui/serverdialog.cpp
@@ -349,7 +349,8 @@ void ServerDialog::loadServers()
{
if (xmlStrEqual(server->name, BAD_CAST "server"))
{
- //check wether the build matches
+ // check wether the build matches (remove with last instances
+ // if _SUPPORT ifdefs)
if (compareStrI(XML::getProperty(server, "type", "unknown"),
SERVER_BUILD))
{