From f39fa842516cf53ecc34e735ba687c545023334f Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Mon, 9 Dec 2013 15:28:03 +0300 Subject: fix typos in colors definition. --- src/gui/theme.cpp | 8 ++++---- 1 file 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" }; -- cgit v1.2.3-60-g2f50