diff options
Diffstat (limited to 'plugins/NewStory/src/icons.cpp')
-rw-r--r-- | plugins/NewStory/src/icons.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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) |