From 69198f89200401d1ae98250a755e8e9ee0c10acc Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sat, 13 Dec 2014 16:59:02 +0300 Subject: Remove "addtrade half" popup menu handler. --- src/gui/popups/popupmenu.cpp | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) (limited to 'src/gui/popups') diff --git a/src/gui/popups/popupmenu.cpp b/src/gui/popups/popupmenu.cpp index 3d329753e..e289925fd 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 half" && mItem) - { - if (tradeWindow && !PlayerInfo::isItemProtected(mItem->getId())) - tradeWindow->tradeItem(mItem, mItem->getQuantity() / 2, true); - } - else if (link == "addtrade all-1" && mItem) + if (link == "addtrade all-1" && mItem) { if (tradeWindow && !PlayerInfo::isItemProtected(mItem->getId())) tradeWindow->tradeItem(mItem, mItem->getQuantity() - 1, true); @@ -1765,7 +1760,8 @@ void PopupMenu::showPopup(Window *const parent, const int x, const int y, } // TRANSLATORS: popup menu item // TRANSLATORS: add half item amount to trade - mBrowserBox->addRow("addtrade half", _("Add to trade half")); + mBrowserBox->addRow("/addtrade 'INVINDEX' /", + _("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")); -- cgit v1.2.3-70-g09d2