From 35e2289786a7f1542573d1a58ebc971970ea981c Mon Sep 17 00:00:00 2001 From: George Hazan Date: Thu, 5 Apr 2018 22:10:25 +0300 Subject: CLIST_INTERFACE::pfnGetContactDisplayName => Clist_GetContactDisplayName --- plugins/TooltipNotify/src/TooltipNotify.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/TooltipNotify/src') diff --git a/plugins/TooltipNotify/src/TooltipNotify.cpp b/plugins/TooltipNotify/src/TooltipNotify.cpp index e91d2194df..e513d20e7d 100644 --- a/plugins/TooltipNotify/src/TooltipNotify.cpp +++ b/plugins/TooltipNotify/src/TooltipNotify.cpp @@ -819,7 +819,7 @@ wchar_t* CTooltipNotify::MakeTooltipString(MCONTACT hContact, int iStatus, wchar const wchar_t* szIs = TranslateT("is"); const char* szProto = hContact == 0 ? "Proto" : ::GetContactProto(hContact); - const wchar_t* szContactName = ::pcli->pfnGetContactDisplayName(hContact, 0); + const wchar_t* szContactName = ::Clist_GetContactDisplayName(hContact); memset(szString, 0, iBufSize*sizeof(wchar_t)); -- cgit v1.2.3