diff options
author | Andrei Karas <akaras@inbox.ru> | 2017-08-26 02:02:43 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2017-08-26 02:02:43 +0300 |
commit | ee12ea1f64fe7efcbfdba7e663de1663f3367834 (patch) | |
tree | a4461d79b2ef5a2a4bd498e2063c78a4c9fe1cf6 /src/gui/popups | |
parent | 651dee7fb3c45ed18c490dc039677daed1c33aa9 (diff) | |
download | plus-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/popups')
-rw-r--r-- | src/gui/popups/popupmenu.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/popups/popupmenu.cpp b/src/gui/popups/popupmenu.cpp index 2ba797bf9..6d4dc8432 100644 --- a/src/gui/popups/popupmenu.cpp +++ b/src/gui/popups/popupmenu.cpp @@ -1701,7 +1701,7 @@ void PopupMenu::showPopup(Window *const parent, case InventoryType::Trade: case InventoryType::Npc: case InventoryType::Vending: - case InventoryType::Mail: + case InventoryType::MailEdit: case InventoryType::Craft: case InventoryType::TypeEnd: default: @@ -2814,7 +2814,7 @@ void PopupMenu::addItemMenu(const Item *const item, case InventoryType::Trade: case InventoryType::Npc: case InventoryType::Vending: - case InventoryType::Mail: + case InventoryType::MailEdit: case InventoryType::Craft: case InventoryType::TypeEnd: default: |