summaryrefslogtreecommitdiff
path: root/src/gui/popupmenu.h
diff options
context:
space:
mode:
authorYohann Ferreira <yohann_dot_ferreira_at_orange_dot_efer>2011-08-30 20:51:36 +0200
committerYohann Ferreira <yohann_dot_ferreira_at_orange_dot_efer>2011-08-30 20:51:36 +0200
commitebe29a9410458abac19c4ba10d5dce476e7ca34b (patch)
treebd8d2e2d3fb57822562d5b253a1cfd2057061e39 /src/gui/popupmenu.h
parent005a76ce5d539666022c80eb5b0c1dd760db19e7 (diff)
downloadmana-ebe29a9410458abac19c4ba10d5dce476e7ca34b.tar.gz
mana-ebe29a9410458abac19c4ba10d5dce476e7ca34b.tar.bz2
mana-ebe29a9410458abac19c4ba10d5dce476e7ca34b.tar.xz
mana-ebe29a9410458abac19c4ba10d5dce476e7ca34b.zip
Made the popup-menu work again for equip/unequip processes.
I disabled the drop from equipment window since it was more simple to implement, and because it seemed useless or even bad for the user experience to me.
Diffstat (limited to 'src/gui/popupmenu.h')
-rw-r--r--src/gui/popupmenu.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/popupmenu.h b/src/gui/popupmenu.h
index 969c5c20..111f94ed 100644
--- a/src/gui/popupmenu.h
+++ b/src/gui/popupmenu.h
@@ -55,7 +55,7 @@ class PopupMenu : public Popup, public LinkHandler
* at the specified mouse coordinates.
*/
void showPopup(Window *parent, int x, int y, Item *item,
- bool isInventory);
+ bool isInventory, bool canDrop = true);
/**
* Handles link action.