diff options
author | Andrei Karas <akaras@inbox.ru> | 2013-12-09 13:35:16 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2013-12-09 13:35:16 +0300 |
commit | 7cccaaa192c2ed274b3aa9d26788479f6fbed611 (patch) | |
tree | ac634bb89f01c89ec4d1b53d7f2881e00231916d /src/gui/windows/ministatuswindow.cpp | |
parent | 087576e8e9e7c1555f6cabe9d34317bdddff2c78 (diff) | |
download | plus-7cccaaa192c2ed274b3aa9d26788479f6fbed611.tar.gz plus-7cccaaa192c2ed274b3aa9d26788479f6fbed611.tar.bz2 plus-7cccaaa192c2ed274b3aa9d26788479f6fbed611.tar.xz plus-7cccaaa192c2ed274b3aa9d26788479f6fbed611.zip |
Add text colors for hp bar.
New theme colors: HP_BAR, HP_BAR_OUTLINE
Diffstat (limited to 'src/gui/windows/ministatuswindow.cpp')
-rw-r--r-- | src/gui/windows/ministatuswindow.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/windows/ministatuswindow.cpp b/src/gui/windows/ministatuswindow.cpp index d2ff6b0bb..0141354ee 100644 --- a/src/gui/windows/ministatuswindow.cpp +++ b/src/gui/windows/ministatuswindow.cpp @@ -62,7 +62,7 @@ MiniStatusWindow::MiniStatusWindow() : mIconSpacing(mSkin ? mSkin->getOption("iconSpacing", 2) : 2), mMaxX(0), // TRANSLATORS: status bar name - mHpBar(createBar(0, 100, 0, Theme::PROGRESS_BAR, Theme::PROG_HP, + mHpBar(createBar(0, 100, 0, Theme::HP_BAR, Theme::PROG_HP, "hp bar", _("health bar"))), mMpBar(Net::getGameHandler()->canUseMagicBar() ? createBar(0, 100, 0, Theme::PROGRESS_BAR, |