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/speechbubble.h | |
parent | 6123e92adb91ff0ad232fb3fe38a8f218ebf3249 (diff) | |
download | plus-c663cb7b46ab4dc70bc555cbb4414d5636ff02a0.tar.gz plus-c663cb7b46ab4dc70bc555cbb4414d5636ff02a0.tar.bz2 plus-c663cb7b46ab4dc70bc555cbb4414d5636ff02a0.tar.xz plus-c663cb7b46ab4dc70bc555cbb4414d5636ff02a0.zip |
add outline colors in speechbubble.
Diffstat (limited to 'src/gui/speechbubble.h')
-rw-r--r-- | src/gui/speechbubble.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/gui/speechbubble.h b/src/gui/speechbubble.h index ac59156a2..19efd6017 100644 --- a/src/gui/speechbubble.h +++ b/src/gui/speechbubble.h @@ -45,8 +45,10 @@ class SpeechBubble final : public Popup * Sets the name displayed for the speech bubble, and in what color. */ void setCaption(const std::string &name, - const gcn::Color *const color = - &Theme::getThemeColor(Theme::BUBBLE_NAME)); + const gcn::Color *const color1 = + &Theme::getThemeColor(Theme::BUBBLE_NAME), + const gcn::Color *const color2 = + &Theme::getThemeColor(Theme::BUBBLE_NAME_OUTLINE)); /** * Sets the text to be displayed. |