summaryrefslogtreecommitdiff
path: root/src/gui/popups/popupmenu.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-08-21 12:45:37 +0300
committerAndrei Karas <akaras@inbox.ru>2014-08-21 12:45:37 +0300
commit3e9f4cee927cd1e6d49d769883b0d42f91c1e5ad (patch)
treed1f46dba69ccd7b939c78a084fb2f6e4992e2ddd /src/gui/popups/popupmenu.h
parent35d0dbde1ddfda0a05c7607265c53d430ee3d3d0 (diff)
downloadManaVerse-3e9f4cee927cd1e6d49d769883b0d42f91c1e5ad.tar.gz
ManaVerse-3e9f4cee927cd1e6d49d769883b0d42f91c1e5ad.tar.bz2
ManaVerse-3e9f4cee927cd1e6d49d769883b0d42f91c1e5ad.tar.xz
ManaVerse-3e9f4cee927cd1e6d49d769883b0d42f91c1e5ad.zip
In popupmenu rename showOutfitsPopup into showOutfitsWindowPopup.
Diffstat (limited to 'src/gui/popups/popupmenu.h')
-rw-r--r--src/gui/popups/popupmenu.h2
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);