diff options
author | Jared Adams <jaxad0127@gmail.com> | 2009-12-02 14:43:02 -0700 |
---|---|---|
committer | Jared Adams <jaxad0127@gmail.com> | 2009-12-02 14:43:02 -0700 |
commit | 53a6f9d15f3b3690d5ced9251f38608bf5585980 (patch) | |
tree | 9f140e058d4e97052975d5a397aaf475138faca5 /src/gui | |
parent | 91761b7926c2503664c4db24c5aa44f817384227 (diff) | |
download | mana-53a6f9d15f3b3690d5ced9251f38608bf5585980.tar.gz mana-53a6f9d15f3b3690d5ced9251f38608bf5585980.tar.bz2 mana-53a6f9d15f3b3690d5ced9251f38608bf5585980.tar.xz mana-53a6f9d15f3b3690d5ced9251f38608bf5585980.zip |
Mark a section is ServerDialog for merge removal
Diffstat (limited to 'src/gui')
-rw-r--r-- | src/gui/serverdialog.cpp | 3 |
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)) { |