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/NoHistory/src/icons.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/NoHistory/src/icons.cpp') diff --git a/plugins/NoHistory/src/icons.cpp b/plugins/NoHistory/src/icons.cpp index 0fb6176f81..b24cadf3c2 100644 --- a/plugins/NoHistory/src/icons.cpp +++ b/plugins/NoHistory/src/icons.cpp @@ -23,5 +23,5 @@ void InitIcons() ReloadIcons(0, 0); - HookEvent(ME_SKIN2_ICONSCHANGED, ReloadIcons); + HookEvent(ME_SKIN_ICONSCHANGED, ReloadIcons); } -- cgit v1.2.3