summaryrefslogtreecommitdiff
path: root/plugins/SecureIM
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2016-09-11 10:26:49 +0000
committerGeorge Hazan <george.hazan@gmail.com>2016-09-11 10:26:49 +0000
commitc77af32ca5d045a672f97bea69d905646bb7de95 (patch)
treef36b10096601471d9f66147dd38abe7cc8db7e96 /plugins/SecureIM
parentfd89f67516b2aa87768e68f710a3cccb416bfb35 (diff)
MS_CLIST_EXTRA_ADD_ICON - forgotten EI service
git-svn-id: http://svn.miranda-ng.org/main/trunk@17280 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/SecureIM')
-rw-r--r--plugins/SecureIM/src/crypt_icons.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/SecureIM/src/crypt_icons.cpp b/plugins/SecureIM/src/crypt_icons.cpp
index 704b2a8254..b636464e38 100644
--- a/plugins/SecureIM/src/crypt_icons.cpp
+++ b/plugins/SecureIM/src/crypt_icons.cpp
@@ -56,7 +56,7 @@ HANDLE mode2clicon(int mode, int type)
ICON_CACHE &p = getCacheItem(mode, type);
if (p.hCLIcon == NULL)
- p.hCLIcon = (HANDLE)CallService(MS_CLIST_EXTRA_ADD_ICON, (WPARAM)p.icon, 0);
+ p.hCLIcon = ExtraIcon_AddIcon(p.icon);
return p.hCLIcon;
}