diff options
author | George Hazan <ghazan@miranda.im> | 2018-05-22 16:28:18 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2018-05-22 16:28:18 +0300 |
commit | 869094d2aabef8ab10a1178907cb31ae84f504f9 (patch) | |
tree | 0af7b9054186534b61a7c5a12c6ffed32db10151 /plugins/UserInfoEx/src/Flags | |
parent | 6ccfdcb25f2bb3c7a4e39a055bb392c0d4bfa905 (diff) |
IcoLib_AddIcon => CMPlugin::addIcon
Diffstat (limited to 'plugins/UserInfoEx/src/Flags')
-rw-r--r-- | plugins/UserInfoEx/src/Flags/svc_flagsicons.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/UserInfoEx/src/Flags/svc_flagsicons.cpp b/plugins/UserInfoEx/src/Flags/svc_flagsicons.cpp index 751d6f8d19..405f2a6f07 100644 --- a/plugins/UserInfoEx/src/Flags/svc_flagsicons.cpp +++ b/plugins/UserInfoEx/src/Flags/svc_flagsicons.cpp @@ -355,7 +355,7 @@ void InitIcons() sid.hDefaultIcon = ImageList_ExtractIcon(NULL, himl, index);
index = CountryNumberToIndex(countries[i].id);
- phIconHandles[index] = IcoLib_AddIcon(&sid);
+ phIconHandles[index] = g_plugin.addIcon(&sid);
if (sid.hDefaultIcon != nullptr)
DestroyIcon(sid.hDefaultIcon);
mir_free(sid.description.w); sid.description.w = nullptr;
|