diff options
author | Jared Adams <jaxad0127@gmail.com> | 2009-03-18 18:06:21 -0600 |
---|---|---|
committer | Ira Rice <irarice@gmail.com> | 2009-03-18 18:11:46 -0600 |
commit | 74fa304602e0e7ad845e606db8868b32f1d10864 (patch) | |
tree | ffb22c9b0afcadf3629609cd86d6354b3d0ff58f /src/gui/item_amount.h | |
parent | 72daf0bf49c0ff994aeff357f6e52140887bce30 (diff) | |
download | mana-client-74fa304602e0e7ad845e606db8868b32f1d10864.tar.gz mana-client-74fa304602e0e7ad845e606db8868b32f1d10864.tar.bz2 mana-client-74fa304602e0e7ad845e606db8868b32f1d10864.tar.xz mana-client-74fa304602e0e7ad845e606db8868b32f1d10864.zip |
Clean up TtemAmount dialog and add an All button
Diffstat (limited to 'src/gui/item_amount.h')
-rw-r--r-- | src/gui/item_amount.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gui/item_amount.h b/src/gui/item_amount.h index 279c239e..b802f71c 100644 --- a/src/gui/item_amount.h +++ b/src/gui/item_amount.h @@ -62,6 +62,8 @@ class ItemAmountWindow : public Window, public gcn::ActionListener IntTextField *mItemAmountTextField; /**< Item amount caption. */ Item *mItem; + int mMax, mUsage; + /** * Item Amount buttons. */ |