summaryrefslogtreecommitdiff
path: root/src/gui/palette.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/palette.cpp')
-rw-r--r--src/gui/palette.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/palette.cpp b/src/gui/palette.cpp
index f226d512..5526e802 100644
--- a/src/gui/palette.cpp
+++ b/src/gui/palette.cpp
@@ -89,8 +89,8 @@ Palette::Palette() :
addColor(HIGHLIGHT, 0xebc873, STATIC, _("Highlight"), 'H');
addColor(TAB_HIGHLIGHT, 0xff0000, PULSE, indent + _("Tab Highlight"));
- addColor(SHOP_WARNING, 0x910000, STATIC, indent +
- _("Item too expensive"));
+ addColor(SHOP_WARNING, 0x910000, STATIC, indent + _("Item too expensive"));
+ addColor(ITEM_EQUIPED, 0x000091, STATIC, indent + _("Item is equiped"));
addColor(CHAT, 0x000000, STATIC, _("Chat"), 'C');
addColor(GM, 0xff0000, STATIC, indent + _("GM"), 'G');