diff options
Diffstat (limited to 'src/gui/itempopup.h')
-rw-r--r-- | src/gui/itempopup.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gui/itempopup.h b/src/gui/itempopup.h index 8ae2c98f..0c729231 100644 --- a/src/gui/itempopup.h +++ b/src/gui/itempopup.h @@ -42,8 +42,10 @@ class ItemPopup : public Window gcn::Label *mItemName; TextBox *mItemDesc; TextBox *mItemEffect; + TextBox *mItemWeight; ScrollArea *mItemDescScroll; ScrollArea *mItemEffectScroll; + ScrollArea *mItemWeightScroll; }; #endif // ITEMPOPUP_H__ |