summaryrefslogtreecommitdiff
path: root/src/gui/theme.cpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2013-12-09 15:28:03 +0300
committerAndrei Karas <akaras@inbox.ru>2013-12-09 15:28:03 +0300
commitf39fa842516cf53ecc34e735ba687c545023334f (patch)
tree3184ab4672d7fca7e28458a030034055c8e37a4e /src/gui/theme.cpp
parent2e5188851e2267a4e5e84170a7e0d55678972c7b (diff)
downloadManaVerse-f39fa842516cf53ecc34e735ba687c545023334f.tar.gz
ManaVerse-f39fa842516cf53ecc34e735ba687c545023334f.tar.bz2
ManaVerse-f39fa842516cf53ecc34e735ba687c545023334f.tar.xz
ManaVerse-f39fa842516cf53ecc34e735ba687c545023334f.zip
fix typos in colors definition.
Diffstat (limited to 'src/gui/theme.cpp')
-rw-r--r--src/gui/theme.cpp8
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"
};