diff options
author | Andrei Karas <akaras@inbox.ru> | 2012-08-29 01:20:29 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2012-08-29 01:22:57 +0300 |
commit | 82e111b764205e9f070c2af0562433800b9eabea (patch) | |
tree | 57c54780203ec2d3a3e79f476eda838dadacdd14 /src/gui/theme.cpp | |
parent | e09cff19fba98786e2bbc551066cbb11d189f687 (diff) | |
download | mv-82e111b764205e9f070c2af0562433800b9eabea.tar.gz mv-82e111b764205e9f070c2af0562433800b9eabea.tar.bz2 mv-82e111b764205e9f070c2af0562433800b9eabea.tar.xz mv-82e111b764205e9f070c2af0562433800b9eabea.zip |
Add label own color.
Parameter "LABEL" in colors.xml
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 440c4ccf9..e98534da8 100644 --- a/src/gui/theme.cpp +++ b/src/gui/theme.cpp @@ -664,6 +664,7 @@ static int readColorType(const std::string &type) "BUTTON_DISABLED", "CHECKBOX", "DROPDOWN", + "LABEL", "TAB", "PARTY_CHAT_TAB", "PARTY_SOCIAL_TAB", |