summaryrefslogtreecommitdiff
path: root/plugins/Watrack
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2018-04-05 22:10:25 +0300
committerGeorge Hazan <ghazan@miranda.im>2018-04-05 22:10:25 +0300
commit35e2289786a7f1542573d1a58ebc971970ea981c (patch)
treeda8887c793611fdbf6072fd477fd8c01c60b8b02 /plugins/Watrack
parentf7c00d6dc53774d16b9721e79ed5d4017af63884 (diff)
CLIST_INTERFACE::pfnGetContactDisplayName => Clist_GetContactDisplayName
Diffstat (limited to 'plugins/Watrack')
-rw-r--r--plugins/Watrack/proto/proto.pas2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Watrack/proto/proto.pas b/plugins/Watrack/proto/proto.pas
index 238e9e39de..d5a35157b1 100644
--- a/plugins/Watrack/proto/proto.pas
+++ b/plugins/Watrack/proto/proto.pas
@@ -251,7 +251,7 @@ begin
// Action
StrCopyW(buf,TranslateW('Music Info from '));
- StrCatW(buf,cli^.pfnGetContactDisplayName(ccs^.hContact,0));
+ StrCatW(buf,Clist_GetContactDisplayName(ccs^.hContact,0));
MessageBoxW(0,TranslateW(pos_template),buf,MB_ICONINFORMATION);