summaryrefslogtreecommitdiff
path: root/src/resources
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2017-08-26 03:18:49 +0300
committerAndrei Karas <akaras@inbox.ru>2017-08-26 03:18:49 +0300
commite72b6ef50fbfe22d3c856e06db00d55643a4c148 (patch)
tree5d01d23e312dd28408d98c6146518e964f81c23b /src/resources
parentee12ea1f64fe7efcbfdba7e663de1663f3367834 (diff)
downloadmv-e72b6ef50fbfe22d3c856e06db00d55643a4c148.tar.gz
mv-e72b6ef50fbfe22d3c856e06db00d55643a4c148.tar.bz2
mv-e72b6ef50fbfe22d3c856e06db00d55643a4c148.tar.xz
mv-e72b6ef50fbfe22d3c856e06db00d55643a4c148.zip
Add inventory type for mail view window. Not allow drag from/to this inventory.
Diffstat (limited to 'src/resources')
-rw-r--r--src/resources/inventory/inventory.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/resources/inventory/inventory.cpp b/src/resources/inventory/inventory.cpp
index dbee2a541..7363bdd30 100644
--- a/src/resources/inventory/inventory.cpp
+++ b/src/resources/inventory/inventory.cpp
@@ -375,6 +375,7 @@ std::string Inventory::getName() const
return N_("Cart");
}
case InventoryType::MailEdit:
+ case InventoryType::MailView:
{
// TRANSLATORS: inventory type name
return N_("Mail");