summaryrefslogtreecommitdiff
path: root/plugins/TopToolBar/src
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2019-03-26 21:52:00 +0300
committerGeorge Hazan <ghazan@miranda.im>2019-03-26 21:52:00 +0300
commitd84b7beba3fd5148033b57b75c8299a2672377be (patch)
tree50b1a3ac0052aa58b7e7fd1250cf4152723d164a /plugins/TopToolBar/src
parent6ae4da7c29bf777cf96b651af1a9a429d20c7b9e (diff)
ME_SKIN2_ICONSCHANGED is totally obsoleted, thus removed
Diffstat (limited to 'plugins/TopToolBar/src')
-rw-r--r--plugins/TopToolBar/src/toolbar.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/TopToolBar/src/toolbar.cpp b/plugins/TopToolBar/src/toolbar.cpp
index 24873ae5ce..2b536faf2d 100644
--- a/plugins/TopToolBar/src/toolbar.cpp
+++ b/plugins/TopToolBar/src/toolbar.cpp
@@ -645,7 +645,7 @@ int LoadToolbarModule()
HookEvent(ME_SYSTEM_MODULEUNLOAD, OnPluginUnload);
HookEvent(ME_SYSTEM_MODULESLOADED, OnModulesLoad);
HookEvent(ME_SYSTEM_PRESHUTDOWN, OnShutdown);
- HookEvent(ME_SKIN2_ICONSCHANGED, OnIconChange);
+ HookEvent(ME_SKIN_ICONSCHANGED, OnIconChange);
HookEvent(ME_OPT_INITIALISE, TTBOptInit);
hTTBModuleLoaded = CreateHookableEvent(ME_TTB_MODULELOADED);