summaryrefslogtreecommitdiff
path: root/plugins/CountryFlags
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/CountryFlags
parent6ae4da7c29bf777cf96b651af1a9a429d20c7b9e (diff)
ME_SKIN2_ICONSCHANGED is totally obsoleted, thus removed
Diffstat (limited to 'plugins/CountryFlags')
-rw-r--r--plugins/CountryFlags/src/extraimg.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/CountryFlags/src/extraimg.cpp b/plugins/CountryFlags/src/extraimg.cpp
index cf52d9ecb2..867239a6af 100644
--- a/plugins/CountryFlags/src/extraimg.cpp
+++ b/plugins/CountryFlags/src/extraimg.cpp
@@ -172,7 +172,7 @@ void InitExtraImg(void)
CreateServiceFunction(MS_FLAGS_DETECTCONTACTORIGINCOUNTRY, ServiceDetectContactOriginCountry);
HookEvent(ME_SYSTEM_MODULESLOADED, ExtraImgModulesLoaded);
- HookEvent(ME_SKIN2_ICONSCHANGED, StatusIconsChanged);
+ HookEvent(ME_SKIN_ICONSCHANGED, StatusIconsChanged);
HookEvent(ME_OPT_INITIALISE, OnOptionsInit);
HookEvent(ME_DB_CONTACT_SETTINGCHANGED, ExtraImgSettingChanged);