From 095608f5e98292aa7fe82a075e7e867fc4dcd467 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Tue, 28 Jan 2014 18:08:17 +0000 Subject: initial settings for clist_mw & clist_nicer git-svn-id: http://svn.miranda-ng.org/main/trunk@7935 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/Clist_mw/src/clui.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'plugins/Clist_mw/src/clui.cpp') diff --git a/plugins/Clist_mw/src/clui.cpp b/plugins/Clist_mw/src/clui.cpp index 9e8882ec55..c87b62c6ae 100644 --- a/plugins/Clist_mw/src/clui.cpp +++ b/plugins/Clist_mw/src/clui.cpp @@ -209,7 +209,7 @@ void RegisterProtoIcons (char *protoname) for (i = 0;i<8;i++) { mir_snprintf(buf, SIZEOF(buf), "%s #%d", protoname, i); - mir_snprintf(buf2, SIZEOF(buf2), "Contact List/Connection Icons %s", protoname); + mir_snprintf(buf2, SIZEOF(buf2), "Contact list/Connection Icons %s", protoname); LoadIconFromExternalFile(NULL,i,TRUE,TRUE,buf,buf2,buf,0,GetConnectingIconForProto_DLL(protoname,i)); } @@ -269,7 +269,7 @@ HICON GetConnectingIconForProto(char *szProto,int b) char buf[256]; mir_snprintf(buf, SIZEOF(buf), "%s #%d", szProto, b); - hIcon = LoadIconFromExternalFile(NULL,b,TRUE,FALSE,buf,"Contact List/Connection Icons",buf,0,NULL); + hIcon = LoadIconFromExternalFile(NULL,b,TRUE,FALSE,buf,"Contact list/Connection icons",buf,0,NULL); if (hIcon == NULL) return (GetConnectingIconForProto_DLL(szProto,b)); return (CopyIcon(hIcon)); } -- cgit v1.2.3