diff options
author | Andrei Karas <akaras@inbox.ru> | 2013-05-06 00:00:29 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2013-05-06 00:00:29 +0300 |
commit | 4b51940253b83e2cbb8bf92f9c81b0a3b0ce2664 (patch) | |
tree | 7a24ac23af0cce6292ec412015551b7ff8479852 /src/gui/theme.cpp | |
parent | a2c2444d9eb4b43fb73339ae1cc3b7464f33409e (diff) | |
download | mv-4b51940253b83e2cbb8bf92f9c81b0a3b0ce2664.tar.gz mv-4b51940253b83e2cbb8bf92f9c81b0a3b0ce2664.tar.bz2 mv-4b51940253b83e2cbb8bf92f9c81b0a3b0ce2664.tar.xz mv-4b51940253b83e2cbb8bf92f9c81b0a3b0ce2664.zip |
add outline color for not supported color in servers dialog.
Diffstat (limited to 'src/gui/theme.cpp')
-rw-r--r-- | src/gui/theme.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gui/theme.cpp b/src/gui/theme.cpp index 1077dc1ff..99d35bb69 100644 --- a/src/gui/theme.cpp +++ b/src/gui/theme.cpp @@ -889,6 +889,7 @@ static int readColorType(const std::string &type) "ARMS", "AMMO", "SERVER_VERSION_NOT_SUPPORTED", + "SERVER_VERSION_NOT_SUPPORTED_OUTLINE", "WARNING", "WARNING_OUTLINE", "CHARM", |