diff options
author | Andrei Karas <akaras@inbox.ru> | 2013-05-23 13:28:08 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2013-05-23 13:28:08 +0300 |
commit | 13a12fadaa3e3ae34e8718dc5bfe74621e07a7db (patch) | |
tree | 45915bf14fe272d83cab9fe8bdade0d87786b7cc /src/gui/theme.cpp | |
parent | f9c0a11f184444b82e678b9aea4b14d3982d5201 (diff) | |
download | plus-13a12fadaa3e3ae34e8718dc5bfe74621e07a7db.tar.gz plus-13a12fadaa3e3ae34e8718dc5bfe74621e07a7db.tar.bz2 plus-13a12fadaa3e3ae34e8718dc5bfe74621e07a7db.tar.xz plus-13a12fadaa3e3ae34e8718dc5bfe74621e07a7db.zip |
Add missing black color into browserbox.
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 8f10a9372..68aae255c 100644 --- a/src/gui/theme.cpp +++ b/src/gui/theme.cpp @@ -923,6 +923,8 @@ static int readColorType(const std::string &type) "BUBBLE_NAME_OUTLINE", "BUBBLE_TEXT", "BUBBLE_TEXT_OUTLINE", + "BLACK", + "BLACK_OUTLINE", "RED", "RED_OUTLINE", "GREEN", |