summaryrefslogtreecommitdiff
path: root/src/gui/inventorywindow.h
diff options
context:
space:
mode:
authorDennis Friis <peavey@inspircd.org>2009-05-14 21:49:19 +0200
committerDennis Friis <peavey@inspircd.org>2009-05-14 21:49:19 +0200
commitd4247f3edb63733e9b2a6903ad2ae08c770e8a0f (patch)
tree97623a9f1f2f6491a55eea8a922bb3a83b10c3f3 /src/gui/inventorywindow.h
parente0eeaef318d63ae79522c1d0407e4f5b8212c5f7 (diff)
downloadmana-client-d4247f3edb63733e9b2a6903ad2ae08c770e8a0f.tar.gz
mana-client-d4247f3edb63733e9b2a6903ad2ae08c770e8a0f.tar.bz2
mana-client-d4247f3edb63733e9b2a6903ad2ae08c770e8a0f.tar.xz
mana-client-d4247f3edb63733e9b2a6903ad2ae08c770e8a0f.zip
Fixes to outfit window
- Moved the outfit button onto the Inventory window - Fixed 'unequip first' saving bug Patch by QOAL
Diffstat (limited to 'src/gui/inventorywindow.h')
-rw-r--r--src/gui/inventorywindow.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gui/inventorywindow.h b/src/gui/inventorywindow.h
index 6e34666d..fbda5ac7 100644
--- a/src/gui/inventorywindow.h
+++ b/src/gui/inventorywindow.h
@@ -109,6 +109,7 @@ class InventoryWindow : public Window,
gcn::Button *mUseButton;
gcn::Button *mDropButton;
gcn::Button *mSplitButton;
+ gcn::Button *mOutfitButton;
gcn::Label *mWeightLabel;
gcn::Label *mSlotsLabel;