From 2f5dfda6197836b1fcf661e89f4da989258208a8 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sat, 13 Dec 2014 17:01:16 +0300 Subject: Remove "addtrade all-1" popup menu handler. --- src/gui/popups/popupmenu.cpp | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) (limited to 'src') diff --git a/src/gui/popups/popupmenu.cpp b/src/gui/popups/popupmenu.cpp index e289925fd..52babbb8b 100644 --- a/src/gui/popups/popupmenu.cpp +++ b/src/gui/popups/popupmenu.cpp @@ -982,12 +982,7 @@ void PopupMenu::handleLink(const std::string &link, if (actorManager) being = actorManager->findBeing(mBeingId); - if (link == "addtrade all-1" && mItem) - { - if (tradeWindow && !PlayerInfo::isItemProtected(mItem->getId())) - tradeWindow->tradeItem(mItem, mItem->getQuantity() - 1, true); - } - else if (link == "addtrade all" && mItem) + if (link == "addtrade all" && mItem) { if (tradeWindow && !PlayerInfo::isItemProtected(mItem->getId())) tradeWindow->tradeItem(mItem, mItem->getQuantity(), true); @@ -1764,7 +1759,7 @@ void PopupMenu::showPopup(Window *const parent, const int x, const int y, _("Add to trade half")); // TRANSLATORS: popup menu item // TRANSLATORS: add all amount except one item to trade - mBrowserBox->addRow("addtrade all-1", _("Add to trade all-1")); + mBrowserBox->addRow("/addtrade 'INVINDEX' -1", _("Add to trade all-1")); // TRANSLATORS: popup menu item // TRANSLATORS: add all amount item to trade mBrowserBox->addRow("addtrade all", _("Add to trade all")); -- cgit v1.2.3-70-g09d2