From 1a8fbb98e30b55aee908e3ad2382622a0688c635 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Sat, 7 Sep 2013 19:27:31 +0000 Subject: direct access to CListGroups restricted git-svn-id: http://svn.miranda-ng.org/main/trunk@6009 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/Non-IM Contact/src/main.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'plugins/Non-IM Contact/src/main.cpp') diff --git a/plugins/Non-IM Contact/src/main.cpp b/plugins/Non-IM Contact/src/main.cpp index 02df17e56d..a2a9537b88 100644 --- a/plugins/Non-IM Contact/src/main.cpp +++ b/plugins/Non-IM Contact/src/main.cpp @@ -6,6 +6,7 @@ #include "Version.h" +CLIST_INTERFACE *pcli; HINSTANCE hInst; int hLangpack; @@ -122,6 +123,7 @@ IconItem icoList[] = extern "C" __declspec(dllexport) int Load() { mir_getLP(&pluginInfoEx); + mir_getCLI(); Icon_Register(hInst, LPGEN("Non-IM Contact"), icoList, SIZEOF(icoList)); -- cgit v1.2.3