From 5ab0462a05c80e52a629255353405d7e5c39e304 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Mon, 17 Jun 2013 21:24:53 +0000 Subject: PS_GETCUSTOMSTATUSICON used instead of raw text git-svn-id: http://svn.miranda-ng.org/main/trunk@5005 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/Clist_modern/src/modern_clistmod.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/Clist_modern/src/modern_clistmod.cpp') diff --git a/plugins/Clist_modern/src/modern_clistmod.cpp b/plugins/Clist_modern/src/modern_clistmod.cpp index 6fd2978021..db2b694093 100644 --- a/plugins/Clist_modern/src/modern_clistmod.cpp +++ b/plugins/Clist_modern/src/modern_clistmod.cpp @@ -64,7 +64,7 @@ HICON cliGetIconFromStatusMode(HANDLE hContact, const char *szProto,int status) // check service exists char str[MAXMODULELABELLENGTH]; strcpy(str,szProto); - strcat(str,"/GetXStatusIcon"); + strcat(str,PS_GETCUSTOMSTATUSICON); if ( ServiceExists(str)) { // check status is online if (status > ID_STATUS_OFFLINE) { -- cgit v1.2.3