From bf3205aafa71fad7138e7be8a4b641907ec056ce Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Mon, 16 Dec 2013 14:43:47 +0300 Subject: add ability to show emotes in text over heads. for this textbox replaces into browserbox in speechbubble. --- src/gui/popups/speechbubble.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/gui/popups/speechbubble.h') diff --git a/src/gui/popups/speechbubble.h b/src/gui/popups/speechbubble.h index 6b7c705bb..496b3d71c 100644 --- a/src/gui/popups/speechbubble.h +++ b/src/gui/popups/speechbubble.h @@ -29,7 +29,7 @@ #include "gui/widgets/popup.h" class Label; -class TextBox; +class BrowserBox; class SpeechBubble final : public Popup { @@ -60,7 +60,7 @@ class SpeechBubble final : public Popup private: std::string mText; Label *mCaption; - TextBox *mSpeechBox; + BrowserBox *mSpeechBox; }; #endif // GUI_POPUPS_SPEECHBUBBLE_H -- cgit v1.2.3-70-g09d2