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/Popup/src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/Popup/src/main.cpp') diff --git a/plugins/Popup/src/main.cpp b/plugins/Popup/src/main.cpp index a97c4a41b6..22c36072c0 100644 --- a/plugins/Popup/src/main.cpp +++ b/plugins/Popup/src/main.cpp @@ -383,7 +383,7 @@ int CMPlugin::Load() // load icons / create hook InitIcons(); - HookEvent(ME_SKIN2_ICONSCHANGED, IconsChanged); + HookEvent(ME_SKIN_ICONSCHANGED, IconsChanged); // add menu items InitMenuItems(); -- cgit v1.2.3