diff options
author | Andrei Karas <akaras@inbox.ru> | 2013-05-06 14:07:31 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2013-05-06 14:07:31 +0300 |
commit | c663cb7b46ab4dc70bc555cbb4414d5636ff02a0 (patch) | |
tree | 8f238f0a4763f8f60b31b9f7a116bad76f699ce1 /src/gui/theme.cpp | |
parent | 6123e92adb91ff0ad232fb3fe38a8f218ebf3249 (diff) | |
download | ManaVerse-c663cb7b46ab4dc70bc555cbb4414d5636ff02a0.tar.gz ManaVerse-c663cb7b46ab4dc70bc555cbb4414d5636ff02a0.tar.bz2 ManaVerse-c663cb7b46ab4dc70bc555cbb4414d5636ff02a0.tar.xz ManaVerse-c663cb7b46ab4dc70bc555cbb4414d5636ff02a0.zip |
add outline colors in speechbubble.
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 fad36d62a..999b2ec2b 100644 --- a/src/gui/theme.cpp +++ b/src/gui/theme.cpp @@ -920,7 +920,9 @@ static int readColorType(const std::string &type) "CHARM_OUTLINE", "PLAYER_ADVANCED", "BUBBLE_NAME", + "BUBBLE_NAME_OUTLINE", "BUBBLE_TEXT", + "BUBBLE_TEXT_OUTLINE", "RED", "RED_OUTLINE", "GREEN", |