From f5d2d18e9d965e8341ee806293c4d5eb4963a019 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sat, 13 Dec 2014 15:04:26 +0300 Subject: Remove "store half" popup menu handler. --- src/gui/popups/popupmenu.cpp | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) (limited to 'src') diff --git a/src/gui/popups/popupmenu.cpp b/src/gui/popups/popupmenu.cpp index dc63de333..2a5642f14 100644 --- a/src/gui/popups/popupmenu.cpp +++ b/src/gui/popups/popupmenu.cpp @@ -982,13 +982,7 @@ void PopupMenu::handleLink(const std::string &link, if (actorManager) being = actorManager->findBeing(mBeingId); - if (link == "store half" && mItem) - { - inventoryHandler->moveItem2(Inventory::INVENTORY, - mItem->getInvIndex(), mItem->getQuantity() / 2, - Inventory::STORAGE); - } - else if (link == "store all-1" && mItem) + if (link == "store all-1" && mItem) { inventoryHandler->moveItem2(Inventory::INVENTORY, mItem->getInvIndex(), mItem->getQuantity() - 1, @@ -1826,7 +1820,8 @@ void PopupMenu::showPopup(Window *const parent, const int x, const int y, } // TRANSLATORS: popup menu item // TRANSLATORS: add half item amount to storage - mBrowserBox->addRow("store half", _("Store half")); + mBrowserBox->addRow("/invtostoragehalf 'INVINDEX'", + _("Store half")); // TRANSLATORS: popup menu item // TRANSLATORS: add all except one item amount to storage mBrowserBox->addRow("store all-1", _("Store all-1")); -- cgit v1.2.3-70-g09d2