summaryrefslogtreecommitdiff
path: root/src/gui/theme.cpp
diff options
context:
space:
mode:
authorJared Adams <jaxad0127@gmail.com>2010-03-29 13:14:21 -0600
committerJared Adams <jaxad0127@gmail.com>2010-03-29 19:09:18 -0600
commit43abf72c78b492fa1cd383dac3990ee331c217ef (patch)
tree8d353aefa21fe02cdba7ac015223b31ed33be956 /src/gui/theme.cpp
parent588148553eb41672147fb98d0e7ad558a8c2884c (diff)
downloadmana-client-43abf72c78b492fa1cd383dac3990ee331c217ef.tar.gz
mana-client-43abf72c78b492fa1cd383dac3990ee331c217ef.tar.bz2
mana-client-43abf72c78b492fa1cd383dac3990ee331c217ef.tar.xz
mana-client-43abf72c78b492fa1cd383dac3990ee331c217ef.zip
Add minimum version information to the server list
Use it to hilight entries that we don't meet. Also make the entries in that list higher, put server name and location on different lines, and use the description below the list. The dialog is also resizable now. Reviewed-by: Freeyorp
Diffstat (limited to 'src/gui/theme.cpp')
-rw-r--r--src/gui/theme.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gui/theme.cpp b/src/gui/theme.cpp
index f42b0fc2..33e9f301 100644
--- a/src/gui/theme.cpp
+++ b/src/gui/theme.cpp
@@ -408,7 +408,8 @@ static int readColorType(const std::string &type)
"RING",
"NECKLACE",
"ARMS",
- "AMMO"
+ "AMMO",
+ "SERVER_VERSION_NOT_SUPPORTED"
};
if (type.empty())