diff options
author | Andrei Karas <akaras@inbox.ru> | 2013-12-16 14:43:47 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2013-12-16 14:43:47 +0300 |
commit | bf3205aafa71fad7138e7be8a4b641907ec056ce (patch) | |
tree | 1ce5728058c09aeafafb4210cf0ecd89ab0e0397 /src/gui/popups/speechbubble.h | |
parent | f03edb38328aa5ddb48e10198621bf2353096440 (diff) | |
download | plus-bf3205aafa71fad7138e7be8a4b641907ec056ce.tar.gz plus-bf3205aafa71fad7138e7be8a4b641907ec056ce.tar.bz2 plus-bf3205aafa71fad7138e7be8a4b641907ec056ce.tar.xz plus-bf3205aafa71fad7138e7be8a4b641907ec056ce.zip |
add ability to show emotes in text over heads.
for this textbox replaces into browserbox in speechbubble.
Diffstat (limited to 'src/gui/popups/speechbubble.h')
-rw-r--r-- | src/gui/popups/speechbubble.h | 4 |
1 files changed, 2 insertions, 2 deletions
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 |