summaryrefslogtreecommitdiff
path: root/src/gui/widgets/itemcontainer.cpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2017-08-26 02:02:43 +0300
committerAndrei Karas <akaras@inbox.ru>2017-08-26 02:02:43 +0300
commitee12ea1f64fe7efcbfdba7e663de1663f3367834 (patch)
treea4461d79b2ef5a2a4bd498e2063c78a4c9fe1cf6 /src/gui/widgets/itemcontainer.cpp
parent651dee7fb3c45ed18c490dc039677daed1c33aa9 (diff)
downloadplus-ee12ea1f64fe7efcbfdba7e663de1663f3367834.tar.gz
plus-ee12ea1f64fe7efcbfdba7e663de1663f3367834.tar.bz2
plus-ee12ea1f64fe7efcbfdba7e663de1663f3367834.tar.xz
plus-ee12ea1f64fe7efcbfdba7e663de1663f3367834.zip
Rename InventoryType::Mail into InventoryType::MailEdit.
Diffstat (limited to 'src/gui/widgets/itemcontainer.cpp')
-rw-r--r--src/gui/widgets/itemcontainer.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/widgets/itemcontainer.cpp b/src/gui/widgets/itemcontainer.cpp
index 26c6e2e06..f71a7e35a 100644
--- a/src/gui/widgets/itemcontainer.cpp
+++ b/src/gui/widgets/itemcontainer.cpp
@@ -661,7 +661,7 @@ void ItemContainer::mousePressed(MouseEvent &event)
case InventoryType::Cart:
src = DragDropSource::Cart;
break;
- case InventoryType::Mail:
+ case InventoryType::MailEdit:
src = DragDropSource::Mail;
break;
case InventoryType::Craft:
@@ -768,7 +768,7 @@ void ItemContainer::mouseReleased(MouseEvent &event)
case InventoryType::Npc:
dst = DragDropSource::Npc;
break;
- case InventoryType::Mail:
+ case InventoryType::MailEdit:
dst = DragDropSource::Mail;
break;
case InventoryType::Cart: