From bbc361c48389875a8a67d138bc05aad30070b916 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Tue, 3 Dec 2013 21:28:50 +0300 Subject: add UPDATE color into progress bar colors. New progress color: UPDATE. also removed DEFAULT progress color. --- src/gui/theme.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/gui/theme.cpp') diff --git a/src/gui/theme.cpp b/src/gui/theme.cpp index 95e35f2aa..fa5ec0e04 100644 --- a/src/gui/theme.cpp +++ b/src/gui/theme.cpp @@ -1031,14 +1031,14 @@ static int readProgressType(const std::string &type) { static const std::string colors[] = { - "DEFAULT", "HP", "MP", "NO_MP", "EXP", "INVY_SLOTS", "WEIGHT", - "JOB" + "JOB", + "UPDATE" }; if (type.empty()) -- cgit v1.2.3-70-g09d2