diff options
-rw-r--r-- | src/gui/theme.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/gui/theme.cpp b/src/gui/theme.cpp index 0d974209d..93321cee2 100644 --- a/src/gui/theme.cpp +++ b/src/gui/theme.cpp @@ -954,13 +954,13 @@ static int readColorType(const std::string &type) "SLOTS_BAR", "SLOTS_BAR_OUTLINE", "HP_BAR", - "HP_BAR_OUTLINE" + "HP_BAR_OUTLINE", "MP_BAR", - "MP_BAR_OUTLINE" + "MP_BAR_OUTLINE", "NO_MP_BAR", - "NO_MP_BAR_OUTLINE" + "NO_MP_BAR_OUTLINE", "XP_BAR", - "XP_BAR_OUTLINE" + "XP_BAR_OUTLINE", "WEIGHT_BAR", "WEIGHT_BAR_OUTLINE" }; |