diff options
author | Jared Adams <jaxad0127@gmail.com> | 2010-03-29 13:14:21 -0600 |
---|---|---|
committer | Jared Adams <jaxad0127@gmail.com> | 2010-03-29 19:09:18 -0600 |
commit | 43abf72c78b492fa1cd383dac3990ee331c217ef (patch) | |
tree | 8d353aefa21fe02cdba7ac015223b31ed33be956 /src/gui/theme.h | |
parent | 588148553eb41672147fb98d0e7ad558a8c2884c (diff) | |
download | mana-43abf72c78b492fa1cd383dac3990ee331c217ef.tar.gz mana-43abf72c78b492fa1cd383dac3990ee331c217ef.tar.bz2 mana-43abf72c78b492fa1cd383dac3990ee331c217ef.tar.xz mana-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.h')
-rw-r--r-- | src/gui/theme.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gui/theme.h b/src/gui/theme.h index 4dd63660..6798bed5 100644 --- a/src/gui/theme.h +++ b/src/gui/theme.h @@ -156,6 +156,7 @@ class Theme : public Palette, public ConfigListener NECKLACE, ARMS, AMMO, + SERVER_VERSION_NOT_SUPPORTED, THEME_COLORS_END }; |