diff options
author | Yohann Ferreira <bertram@cegetel.net> | 2005-08-26 18:43:35 +0000 |
---|---|---|
committer | Yohann Ferreira <bertram@cegetel.net> | 2005-08-26 18:43:35 +0000 |
commit | 9414243208a48a0c6603251e2b6dfc2a96dfd71c (patch) | |
tree | ec0584c868afecfd6f82694b34804773f6a90d04 /src/gui/buy.h | |
parent | d4f310480146a8dd5417e6988ddc25a40e560ff3 (diff) | |
download | mana-9414243208a48a0c6603251e2b6dfc2a96dfd71c.tar.gz mana-9414243208a48a0c6603251e2b6dfc2a96dfd71c.tar.bz2 mana-9414243208a48a0c6603251e2b6dfc2a96dfd71c.tar.xz mana-9414243208a48a0c6603251e2b6dfc2a96dfd71c.zip |
Added effect description to buy/see/inventory, made some improvements and bugfixes, too.
Diffstat (limited to 'src/gui/buy.h')
-rw-r--r-- | src/gui/buy.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/buy.h b/src/gui/buy.h index 92221a45..d66a720a 100644 --- a/src/gui/buy.h +++ b/src/gui/buy.h @@ -98,8 +98,8 @@ class BuyDialog : public Window, public gcn::ActionListener, gcn::Button *decreaseButton; gcn::ListBox *itemList; gcn::ScrollArea *scrollArea; - gcn::Label *itemNameLabel; gcn::Label *itemDescLabel; + gcn::Label *itemEffectLabel; gcn::Label *moneyLabel; gcn::Label *quantityLabel; gcn::Slider *slider; |