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/inventorywindow.h | |
parent | d4f310480146a8dd5417e6988ddc25a40e560ff3 (diff) | |
download | mana-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/inventorywindow.h')
-rw-r--r-- | src/gui/inventorywindow.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gui/inventorywindow.h b/src/gui/inventorywindow.h index 7d86d1aa..cec4aa15 100644 --- a/src/gui/inventorywindow.h +++ b/src/gui/inventorywindow.h @@ -75,6 +75,7 @@ class InventoryWindow : public Window, gcn::ActionListener gcn::ScrollArea *invenScroll; gcn::Label *itemNameLabel; gcn::Label *itemDescriptionLabel; + gcn::Label *itemEffectLabel; gcn::Label *weightLabel; }; |