diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-08-21 12:45:37 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-08-21 12:45:37 +0300 |
commit | 3e9f4cee927cd1e6d49d769883b0d42f91c1e5ad (patch) | |
tree | d1f46dba69ccd7b939c78a084fb2f6e4992e2ddd /src/gui/popups/popupmenu.h | |
parent | 35d0dbde1ddfda0a05c7607265c53d430ee3d3d0 (diff) | |
download | plus-3e9f4cee927cd1e6d49d769883b0d42f91c1e5ad.tar.gz plus-3e9f4cee927cd1e6d49d769883b0d42f91c1e5ad.tar.bz2 plus-3e9f4cee927cd1e6d49d769883b0d42f91c1e5ad.tar.xz plus-3e9f4cee927cd1e6d49d769883b0d42f91c1e5ad.zip |
In popupmenu rename showOutfitsPopup into showOutfitsWindowPopup.
Diffstat (limited to 'src/gui/popups/popupmenu.h')
-rw-r--r-- | src/gui/popups/popupmenu.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/popups/popupmenu.h b/src/gui/popups/popupmenu.h index f9b8cc639..6a991c9e8 100644 --- a/src/gui/popups/popupmenu.h +++ b/src/gui/popups/popupmenu.h @@ -103,7 +103,7 @@ class PopupMenu final : public Popup, public LinkHandler void showDropPopup(const int x, const int y, Item *const item); - void showOutfitsPopup(const int x, const int y); + void showOutfitsWindowPopup(const int x, const int y); void showSpellPopup(const int x, const int y, TextCommand *const cmd); |