summaryrefslogtreecommitdiff
path: root/src/gui/npcdialog.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2012-07-18 13:05:27 +0300
committerAndrei Karas <akaras@inbox.ru>2012-07-18 13:07:03 +0300
commitc32bbeb3674cef43df33bd1f7a249e95868b7ded (patch)
tree408be46ed94ab750fae3a60d729e9bd7c4dddbb9 /src/gui/npcdialog.h
parente28e0566b6141df26fc1632f5ff67da47d4cd350 (diff)
downloadplus-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.h2
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;