summaryrefslogtreecommitdiff
path: root/src/gui
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui')
-rw-r--r--src/gui/inventorywindow.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/inventorywindow.cpp b/src/gui/inventorywindow.cpp
index 4ebcce8b..6a897700 100644
--- a/src/gui/inventorywindow.cpp
+++ b/src/gui/inventorywindow.cpp
@@ -143,7 +143,7 @@ InventoryWindow::InventoryWindow(Inventory *inventory):
Layout &layout = getLayout();
layout.setRowHeight(2, Layout::AUTO_SET);
- mInventory->addInventoyListener(this);
+ mInventory->addInventoryListener(this);
instances.push_back(this);
@@ -160,7 +160,7 @@ InventoryWindow::InventoryWindow(Inventory *inventory):
InventoryWindow::~InventoryWindow()
{
instances.remove(this);
- mInventory->removeInventoyListener(this);
+ mInventory->removeInventoryListener(this);
if (!isMainInventory())
PlayerInfo::setStorageCount(PlayerInfo::getStorageCount() - 1);