summaryrefslogtreecommitdiff
path: root/src/gui/buy.h
diff options
context:
space:
mode:
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;