diff options
Diffstat (limited to 'src/gui/theme.cpp')
-rw-r--r-- | src/gui/theme.cpp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/gui/theme.cpp b/src/gui/theme.cpp index 93321cee2..85d1e2116 100644 --- a/src/gui/theme.cpp +++ b/src/gui/theme.cpp @@ -962,7 +962,9 @@ static int readColorType(const std::string &type) "XP_BAR", "XP_BAR_OUTLINE", "WEIGHT_BAR", - "WEIGHT_BAR_OUTLINE" + "WEIGHT_BAR_OUTLINE", + "MONEY_BAR", + "MONEY_BAR_OUTLINE" }; if (type.empty()) |