From f473ddfdd2a576036d57b05640bd91dcced4bdbf Mon Sep 17 00:00:00 2001
From: Andrei Karas <akaras@inbox.ru>
Date: Sat, 13 Dec 2014 15:14:00 +0300
Subject: Remove "store all-1" popup menu handler.

---
 src/gui/popups/popupmenu.cpp | 11 +++--------
 1 file changed, 3 insertions(+), 8 deletions(-)

(limited to 'src/gui')

diff --git a/src/gui/popups/popupmenu.cpp b/src/gui/popups/popupmenu.cpp
index 2a5642f14..37ad6ea48 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 all-1" && mItem)
-    {
-        inventoryHandler->moveItem2(Inventory::INVENTORY,
-            mItem->getInvIndex(), mItem->getQuantity() - 1,
-            Inventory::STORAGE);
-    }
-    else if (link == "store all" && mItem)
+    if (link == "store all" && mItem)
     {
         inventoryHandler->moveItem2(Inventory::INVENTORY,
             mItem->getInvIndex(), mItem->getQuantity(),
@@ -1824,7 +1818,8 @@ void PopupMenu::showPopup(Window *const parent, const int x, const int y,
                     _("Store half"));
                 // TRANSLATORS: popup menu item
                 // TRANSLATORS: add all except one item amount to storage
-                mBrowserBox->addRow("store all-1", _("Store all-1"));
+                mBrowserBox->addRow("/invtostorageall1 'INVINDEX'",
+                    _("Store all-1"));
                 // TRANSLATORS: popup menu item
                 // TRANSLATORS: add all item amount to storage
                 mBrowserBox->addRow("store all", _("Store all"));
-- 
cgit v1.2.3-70-g09d2