summaryrefslogtreecommitdiff
path: root/src/gui/speechbubble.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2013-05-06 14:07:31 +0300
committerAndrei Karas <akaras@inbox.ru>2013-05-06 14:07:31 +0300
commitc663cb7b46ab4dc70bc555cbb4414d5636ff02a0 (patch)
tree8f238f0a4763f8f60b31b9f7a116bad76f699ce1 /src/gui/speechbubble.h
parent6123e92adb91ff0ad232fb3fe38a8f218ebf3249 (diff)
downloadplus-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.h6
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.