summaryrefslogtreecommitdiff
path: root/src/gui/theme.cpp
diff options
context:
space:
mode:
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())