summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2019-03-26 22:33:21 +0300
committerGeorge Hazan <ghazan@miranda.im>2019-03-26 22:33:21 +0300
commitac3d2dcd3187204907c1415bbece6483df6e4588 (patch)
treefc741c5db7a805b6e4425c9da46deda69aab923c
parentd84b7beba3fd5148033b57b75c8299a2672377be (diff)
compilation fix
-rw-r--r--plugins/NewStory/src/icons.cpp2
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)