diff options
author | Yohann Ferreira <bertram@cegetel.net> | 2006-11-05 00:28:55 +0000 |
---|---|---|
committer | Yohann Ferreira <bertram@cegetel.net> | 2006-11-05 00:28:55 +0000 |
commit | 502af71c74d0b1d5b123d424bc023fcce49916ec (patch) | |
tree | 43e6ec1fb1ab283b8cdd7f1c394bcfb7939c1861 /src/gui/buy.h | |
parent | 0c85783de45e334f9e116360fec0ae19dccab085 (diff) | |
download | mana-502af71c74d0b1d5b123d424bc023fcce49916ec.tar.gz mana-502af71c74d0b1d5b123d424bc023fcce49916ec.tar.bz2 mana-502af71c74d0b1d5b123d424bc023fcce49916ec.tar.xz mana-502af71c74d0b1d5b123d424bc023fcce49916ec.zip |
Added pictures to items in buy dialogs. Also too expensive items are highlighted in gray and can't be selected.
Diffstat (limited to 'src/gui/buy.h')
-rw-r--r-- | src/gui/buy.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gui/buy.h b/src/gui/buy.h index 6a8d45e3..2af6cfe8 100644 --- a/src/gui/buy.h +++ b/src/gui/buy.h @@ -28,6 +28,7 @@ #include "window.h" #include "selectionlistener.h" +#include "shoplistbox.h" #include "../guichanfwd.h" @@ -98,7 +99,7 @@ class BuyDialog : public Window, public gcn::ActionListener, SelectionListener gcn::Button *mQuitButton; gcn::Button *mIncreaseButton; gcn::Button *mDecreaseButton; - ListBox *mItemList; + ShopListBox *mShopItemList; gcn::ScrollArea *mScrollArea; gcn::Label *mItemDescLabel; gcn::Label *mItemEffectLabel; |