diff options
author | Andrei Karas <akaras@inbox.ru> | 2012-07-18 13:05:27 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2012-07-18 13:07:03 +0300 |
commit | c32bbeb3674cef43df33bd1f7a249e95868b7ded (patch) | |
tree | 408be46ed94ab750fae3a60d729e9bd7c4dddbb9 /src/gui/npcdialog.h | |
parent | e28e0566b6141df26fc1632f5ff67da47d4cd350 (diff) | |
download | plus-c32bbeb3674cef43df33bd1f7a249e95868b7ded.tar.gz plus-c32bbeb3674cef43df33bd1f7a249e95868b7ded.tar.bz2 plus-c32bbeb3674cef43df33bd1f7a249e95868b7ded.tar.xz plus-c32bbeb3674cef43df33bd1f7a249e95868b7ded.zip |
Add close button to npc dialog in menu selection.
Diffstat (limited to 'src/gui/npcdialog.h')
-rw-r--r-- | src/gui/npcdialog.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gui/npcdialog.h b/src/gui/npcdialog.h index 68ee17e33..75c55ae96 100644 --- a/src/gui/npcdialog.h +++ b/src/gui/npcdialog.h @@ -238,6 +238,8 @@ class NpcDialog : public Window, public gcn::ActionListener, // Used for the button Button *mButton; + Button *mButton2; + // Will reset the text and integer input to the provided default Button *mResetButton; |