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/QuickSearch/i_ok.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/QuickSearch') diff --git a/plugins/QuickSearch/i_ok.inc b/plugins/QuickSearch/i_ok.inc index c57c721dc7..52c0d450c9 100644 --- a/plugins/QuickSearch/i_ok.inc +++ b/plugins/QuickSearch/i_ok.inc @@ -369,7 +369,7 @@ begin end; QSTO_DISPLAYNAME: begin - StrDupW(res.text,cli^.pfnGetContactDisplayName(hContact, 0)); + StrDupW(res.text,Clist_GetContactDisplayName(hContact, 0)); end; QSTO_LASTEVENT: begin -- cgit v1.2.3