summaryrefslogtreecommitdiff
path: root/src/gui/windows/inventorywindow.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/windows/inventorywindow.cpp')
-rw-r--r--src/gui/windows/inventorywindow.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/gui/windows/inventorywindow.cpp b/src/gui/windows/inventorywindow.cpp
index cd688be9b..183c775ee 100644
--- a/src/gui/windows/inventorywindow.cpp
+++ b/src/gui/windows/inventorywindow.cpp
@@ -127,7 +127,7 @@ InventoryWindow::InventoryWindow(Inventory *const inventory) :
case InventoryType::Trade:
case InventoryType::Npc:
case InventoryType::Vending:
- case InventoryType::Mail:
+ case InventoryType::MailEdit:
case InventoryType::Craft:
case InventoryType::TypeEnd:
default:
@@ -319,7 +319,7 @@ InventoryWindow::InventoryWindow(Inventory *const inventory) :
case InventoryType::Trade:
case InventoryType::Npc:
case InventoryType::Vending:
- case InventoryType::Mail:
+ case InventoryType::MailEdit:
case InventoryType::Craft:
case InventoryType::TypeEnd:
break;
@@ -382,7 +382,7 @@ void InventoryWindow::storeSortOrder() const
case InventoryType::Trade:
case InventoryType::Npc:
case InventoryType::Vending:
- case InventoryType::Mail:
+ case InventoryType::MailEdit:
case InventoryType::Craft:
case InventoryType::TypeEnd:
default:
@@ -831,7 +831,7 @@ void InventoryWindow::close()
case InventoryType::Trade:
case InventoryType::Npc:
case InventoryType::Vending:
- case InventoryType::Mail:
+ case InventoryType::MailEdit:
case InventoryType::Craft:
case InventoryType::TypeEnd:
break;