summaryrefslogtreecommitdiff
path: root/src/gui/popups/beingpopup.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-04-05 16:42:33 +0300
committerAndrei Karas <akaras@inbox.ru>2015-04-05 16:42:33 +0300
commit84b6217136c8d59347ab9f28ec5e9e4d718d5058 (patch)
tree276a9727d86b516296d3e86c7150f707dc8e9340 /src/gui/popups/beingpopup.h
parent08d5f2d6f3eeded6d7a2e1adcf94e850098aa85f (diff)
downloadplus-84b6217136c8d59347ab9f28ec5e9e4d718d5058.tar.gz
plus-84b6217136c8d59347ab9f28ec5e9e4d718d5058.tar.bz2
plus-84b6217136c8d59347ab9f28ec5e9e4d718d5058.tar.xz
plus-84b6217136c8d59347ab9f28ec5e9e4d718d5058.zip
Show chat room name in player popup.
Diffstat (limited to 'src/gui/popups/beingpopup.h')
-rw-r--r--src/gui/popups/beingpopup.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gui/popups/beingpopup.h b/src/gui/popups/beingpopup.h
index 6203b5ef7..eba961063 100644
--- a/src/gui/popups/beingpopup.h
+++ b/src/gui/popups/beingpopup.h
@@ -64,6 +64,7 @@ class BeingPopup final : public Popup
Label *mBeingComment;
Label *mBeingBuyBoard;
Label *mBeingSellBoard;
+ Label *mBeingRoom;
};
extern BeingPopup *beingPopup;