summaryrefslogtreecommitdiff
path: root/src/gui/popups/popupmenu.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2016-02-28 22:22:05 +0300
committerAndrei Karas <akaras@inbox.ru>2016-02-28 22:22:05 +0300
commit08b6b654ac20969338df5e373fba98b0eb50bc77 (patch)
treeb2e81ef8996745d4a4c9960bcecce28d4b2f3010 /src/gui/popups/popupmenu.h
parent8be650bff5c7b6d5795cf4f1f76b7ee436c155f5 (diff)
downloadplus-08b6b654ac20969338df5e373fba98b0eb50bc77.tar.gz
plus-08b6b654ac20969338df5e373fba98b0eb50bc77.tar.bz2
plus-08b6b654ac20969338df5e373fba98b0eb50bc77.tar.xz
plus-08b6b654ac20969338df5e373fba98b0eb50bc77.zip
In popupmenu rename varible mNick to mName.
Diffstat (limited to 'src/gui/popups/popupmenu.h')
-rw-r--r--src/gui/popups/popupmenu.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/popups/popupmenu.h b/src/gui/popups/popupmenu.h
index f0ac0f857..4552c88df 100644
--- a/src/gui/popups/popupmenu.h
+++ b/src/gui/popups/popupmenu.h
@@ -250,7 +250,7 @@ class PopupMenu final : public Popup, public LinkHandler
PlayerListener mPlayerListener;
TextDialog *mDialog;
Button *mButton;
- std::string mNick;
+ std::string mName;
TextField *mTextField;
ActorTypeT mType;
BeingTypeId mSubType;