diff options
author | Andrei Karas <akaras@inbox.ru> | 2012-12-27 21:00:18 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2012-12-27 23:15:06 +0300 |
commit | dee02b54a28994e78bd7e738ac0b49df9f59d67f (patch) | |
tree | 86901ed7a6410185bde989d1b92d25ed1d5ceaa2 /src/gui/theme.cpp | |
parent | 0cb1ee2755e26a6e0f14f5f05fda4bbd8bf22f32 (diff) | |
download | mv-dee02b54a28994e78bd7e738ac0b49df9f59d67f.tar.gz mv-dee02b54a28994e78bd7e738ac0b49df9f59d67f.tar.bz2 mv-dee02b54a28994e78bd7e738ac0b49df9f59d67f.tar.xz mv-dee02b54a28994e78bd7e738ac0b49df9f59d67f.zip |
add support for outlining in window header.
Diffstat (limited to 'src/gui/theme.cpp')
-rw-r--r-- | src/gui/theme.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gui/theme.cpp b/src/gui/theme.cpp index d97a54cbf..35fd7ea70 100644 --- a/src/gui/theme.cpp +++ b/src/gui/theme.cpp @@ -750,6 +750,7 @@ static int readColorType(const std::string &type) "TEXTBOX", "TEXTFIELD", "WINDOW", + "WINDOW_OUTLINE", "PARTY_CHAT_TAB", "PARTY_CHAT_TAB_OUTLINE", "PARTY_SOCIAL_TAB", |