From c663cb7b46ab4dc70bc555cbb4414d5636ff02a0 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Mon, 6 May 2013 14:07:31 +0300 Subject: add outline colors in speechbubble. --- src/gui/speechbubble.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'src/gui/speechbubble.h') 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. -- cgit v1.2.3-70-g09d2