summaryrefslogtreecommitdiff
path: root/src/gui/storagewindow.h
diff options
context:
space:
mode:
authorBlue <bluesansdouze@gmail.com>2009-05-09 23:08:27 +0200
committerBjørn Lindeijer <bjorn@lindeijer.nl>2009-05-10 15:47:48 +0200
commita885f8724005976b10daab53eeffd1ab04a67fc8 (patch)
treea9eac1eb69e659f3b90d8d2eb499b1c850178290 /src/gui/storagewindow.h
parentf0443b76844ffc1b9b49eb5c921e85ded3eb99da (diff)
downloadMana-a885f8724005976b10daab53eeffd1ab04a67fc8.tar.gz
Mana-a885f8724005976b10daab53eeffd1ab04a67fc8.tar.bz2
Mana-a885f8724005976b10daab53eeffd1ab04a67fc8.tar.xz
Mana-a885f8724005976b10daab53eeffd1ab04a67fc8.zip
Client - Close button storage Window
Adds a close button to the storage Window
Diffstat (limited to 'src/gui/storagewindow.h')
-rw-r--r--src/gui/storagewindow.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/storagewindow.h b/src/gui/storagewindow.h
index 4ccf324c..452ce735 100644
--- a/src/gui/storagewindow.h
+++ b/src/gui/storagewindow.h
@@ -91,7 +91,7 @@ class StorageWindow : public Window, gcn::ActionListener,
int mSlots;
int mUsedSlots;
- gcn::Button *mStoreButton, *mRetrieveButton;
+ gcn::Button *mStoreButton, *mRetrieveButton, *mCloseButton;
gcn::Label *mSlotsLabel;