diff options
author | Andrei Karas <akaras@inbox.ru> | 2011-06-14 23:23:30 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2011-06-14 23:36:38 +0300 |
commit | bf9bccc30a186e338f96c230a4f63cc924c77bd8 (patch) | |
tree | e46dbc2f022842982d89164ee598e1bcf827aa39 /src/gui/beingpopup.h | |
parent | fb0f86589ae9e2d582383cea43e0a391e8d4739d (diff) | |
download | plus-bf9bccc30a186e338f96c230a4f63cc924c77bd8.tar.gz plus-bf9bccc30a186e338f96c230a4f63cc924c77bd8.tar.bz2 plus-bf9bccc30a186e338f96c230a4f63cc924c77bd8.tar.xz plus-bf9bccc30a186e338f96c230a4f63cc924c77bd8.zip |
Add ability to add comments to any players.
Diffstat (limited to 'src/gui/beingpopup.h')
-rw-r--r-- | src/gui/beingpopup.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gui/beingpopup.h b/src/gui/beingpopup.h index ea4ece110..2aeb6c20c 100644 --- a/src/gui/beingpopup.h +++ b/src/gui/beingpopup.h @@ -55,6 +55,7 @@ class BeingPopup : public Popup Label *mBeingParty; Label *mBeingGuild; Label *mBeingRank; + Label *mBeingComment; }; #endif // BEINGPOPUP_H |