diff options
author | Andrei Karas <akaras@inbox.ru> | 2013-12-09 15:28:03 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2013-12-09 15:28:03 +0300 |
commit | f39fa842516cf53ecc34e735ba687c545023334f (patch) | |
tree | 3184ab4672d7fca7e28458a030034055c8e37a4e /src | |
parent | 2e5188851e2267a4e5e84170a7e0d55678972c7b (diff) | |
download | plus-f39fa842516cf53ecc34e735ba687c545023334f.tar.gz plus-f39fa842516cf53ecc34e735ba687c545023334f.tar.bz2 plus-f39fa842516cf53ecc34e735ba687c545023334f.tar.xz plus-f39fa842516cf53ecc34e735ba687c545023334f.zip |
fix typos in colors definition.
Diffstat (limited to 'src')
-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" }; |