From 6a9729dea9113d85b7c8224ff0aa56495c80ef73 Mon Sep 17 00:00:00 2001 From: Hal9000 Date: Sun, 27 Jan 2013 00:52:37 +0100 Subject: Fix bug with shoplistbox.xml file. --- src/gui/widgets/shoplistbox.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/gui/widgets/shoplistbox.cpp b/src/gui/widgets/shoplistbox.cpp index 5aa91a2c9..d2868f3d2 100644 --- a/src/gui/widgets/shoplistbox.cpp +++ b/src/gui/widgets/shoplistbox.cpp @@ -44,7 +44,7 @@ float ShopListBox::mAlpha = 1.0; ShopListBox::ShopListBox(const Widget2 *const widget, gcn::ListModel *const listModel) : - ListBox(widget, listModel, "shoplisbox.xml"), + ListBox(widget, listModel, "shoplistbox.xml"), mPlayerMoney(0), mShopItems(nullptr), mItemPopup(new ItemPopup), @@ -60,7 +60,7 @@ ShopListBox::ShopListBox(const Widget2 *const widget, ShopListBox::ShopListBox(const Widget2 *const widget, gcn::ListModel *const listModel, ShopItems *const shopListModel) : - ListBox(widget, listModel, "shoplisbox.xml"), + ListBox(widget, listModel, "shoplistbox.xml"), mPlayerMoney(0), mShopItems(shopListModel), mItemPopup(new ItemPopup), -- cgit v1.2.3-60-g2f50