From d84b7beba3fd5148033b57b75c8299a2672377be Mon Sep 17 00:00:00 2001 From: George Hazan Date: Tue, 26 Mar 2019 21:52:00 +0300 Subject: ME_SKIN2_ICONSCHANGED is totally obsoleted, thus removed --- plugins/Ping/src/ping.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/Ping/src/ping.cpp') diff --git a/plugins/Ping/src/ping.cpp b/plugins/Ping/src/ping.cpp index af99d9c4a9..7ae9fadf9b 100644 --- a/plugins/Ping/src/ping.cpp +++ b/plugins/Ping/src/ping.cpp @@ -134,7 +134,7 @@ int CMPlugin::Load() HookEvent(ME_SYSTEM_MODULESLOADED, OnModulesLoaded); HookEvent(ME_OPT_INITIALISE, PingOptInit); HookEvent(ME_SYSTEM_PRESHUTDOWN, OnShutdown); - HookEvent(ME_SKIN2_ICONSCHANGED, ReloadIcons); + HookEvent(ME_SKIN_ICONSCHANGED, ReloadIcons); g_plugin.registerIcon(LPGEN("Ping"), iconList); return 0; -- cgit v1.2.3