summaryrefslogtreecommitdiff
path: root/src/gui/buy.h
diff options
context:
space:
mode:
authorYohann Ferreira <bertram@cegetel.net>2005-08-26 18:43:35 +0000
committerYohann Ferreira <bertram@cegetel.net>2005-08-26 18:43:35 +0000
commit9414243208a48a0c6603251e2b6dfc2a96dfd71c (patch)
treeec0584c868afecfd6f82694b34804773f6a90d04 /src/gui/buy.h
parentd4f310480146a8dd5417e6988ddc25a40e560ff3 (diff)
downloadmana-client-9414243208a48a0c6603251e2b6dfc2a96dfd71c.tar.gz
mana-client-9414243208a48a0c6603251e2b6dfc2a96dfd71c.tar.bz2
mana-client-9414243208a48a0c6603251e2b6dfc2a96dfd71c.tar.xz
mana-client-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.h2
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;