From 722c13f23561bc99dc6edecfb5ac76d704cb495e Mon Sep 17 00:00:00 2001 From: Aaron Marks Date: Fri, 3 Jun 2005 06:37:42 +0000 Subject: Magical 1 character change in new item amount window (+ to -). --- src/gui/item_amount.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gui') diff --git a/src/gui/item_amount.cpp b/src/gui/item_amount.cpp index 5cac1746..2afacb05 100644 --- a/src/gui/item_amount.cpp +++ b/src/gui/item_amount.cpp @@ -122,7 +122,7 @@ void ItemAmountWindow::action(const std::string& eventId) } else if (eventId == "Minus") { - itemAmountTextBox->setInt(itemAmountTextBox->getInt() + 1); + itemAmountTextBox->setInt(itemAmountTextBox->getInt() - 1); } } -- cgit v1.2.3-70-g09d2