summaryrefslogtreecommitdiff
path: root/plugins/SecureIM
diff options
context:
space:
mode:
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;
}