From ac3d2dcd3187204907c1415bbece6483df6e4588 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Tue, 26 Mar 2019 22:33:21 +0300 Subject: compilation fix --- plugins/NewStory/src/icons.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/NewStory/src/icons.cpp b/plugins/NewStory/src/icons.cpp index bcf04b1324..b7dc2a9adb 100644 --- a/plugins/NewStory/src/icons.cpp +++ b/plugins/NewStory/src/icons.cpp @@ -43,7 +43,7 @@ int evtIconsChanged(WPARAM, LPARAM) void InitIcons() { g_plugin.registerIcon(MODULETITLE, icons); - HookEvent(ME_SKIN2_ICONSCHANGED, evtIconsChanged); + HookEvent(ME_SKIN_ICONSCHANGED, evtIconsChanged); } /*void RefreshIcons(IconItem *icons, int count) -- cgit v1.2.3