diff options
Diffstat (limited to 'src/gui/theme.cpp')
-rw-r--r-- | src/gui/theme.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gui/theme.cpp b/src/gui/theme.cpp index 2d21f1a2b..fd6ccc23d 100644 --- a/src/gui/theme.cpp +++ b/src/gui/theme.cpp @@ -685,6 +685,8 @@ static int readColorType(const std::string &type) "LISTBOX", "RADIOBUTTON", "TAB", + "TAB_HIGHLIGHTED", + "TAB_SELECTED", "TEXTBOX", "TEXTFIELD", "WINDOW", |