diff options
author | Jared Adams <jaxad0127@gmail.com> | 2009-05-05 21:00:06 -0600 |
---|---|---|
committer | Jared Adams <jaxad0127@gmail.com> | 2009-05-05 21:00:49 -0600 |
commit | 99dbfa9e84ea30993d44d2a39bd5d06ae553c849 (patch) | |
tree | 504f8b35ef76f7fb67a5a21f136a20b8d1566dea /src/gui/popupmenu.h | |
parent | c305c76f82d832cb3db9e1edb805d24522a90c3f (diff) | |
download | mana-99dbfa9e84ea30993d44d2a39bd5d06ae553c849.tar.gz mana-99dbfa9e84ea30993d44d2a39bd5d06ae553c849.tar.bz2 mana-99dbfa9e84ea30993d44d2a39bd5d06ae553c849.tar.xz mana-99dbfa9e84ea30993d44d2a39bd5d06ae553c849.zip |
Fix the context menu for the storage window
Diffstat (limited to 'src/gui/popupmenu.h')
-rw-r--r-- | src/gui/popupmenu.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/popupmenu.h b/src/gui/popupmenu.h index 1caa00af..cd5ddbed 100644 --- a/src/gui/popupmenu.h +++ b/src/gui/popupmenu.h @@ -56,7 +56,7 @@ class PopupMenu : public Popup, public LinkHandler * Shows the related popup menu when right click on the inventory * at the specified mouse coordinates. */ - void showPopup(int x, int y, Item *item); + void showPopup(int x, int y, Item *item, bool isInventory); /** * Handles link action. |