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.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gui/palette.cpp b/src/gui/palette.cpp
index c1b9dd7f..52288d51 100644
--- a/src/gui/palette.cpp
+++ b/src/gui/palette.cpp
@@ -84,6 +84,7 @@ Palette::Palette() :
addColor(PROGRESS_BAR, 0xffffff, STATIC, indent + _("Progress Bar Labels"));
addColor(BUTTON, 0x000000, STATIC, indent + _("Buttons"));
addColor(BUTTON_DISABLED, 0x000000, STATIC, indent + _("Disabled Buttons"));
+ addColor(TAB, 0x000000, STATIC, indent + _("Tabs"));
addColor(BACKGROUND, 0xffffff, STATIC, _("Background"));