diff options
Diffstat (limited to 'src/gui/popups/popupmenu.h')
-rw-r--r-- | src/gui/popups/popupmenu.h | 2 |
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; |