From 4130d717a6b56a709c100a155442aef74515e101 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Sun, 24 Mar 2013 19:54:05 +0000 Subject: more effective implementation of rev.4173 git-svn-id: http://svn.miranda-ng.org/main/trunk@4178 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- protocols/JabberG/src/jabber_svc.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'protocols/JabberG') diff --git a/protocols/JabberG/src/jabber_svc.cpp b/protocols/JabberG/src/jabber_svc.cpp index fa1ebe4188..67d16c0463 100644 --- a/protocols/JabberG/src/jabber_svc.cpp +++ b/protocols/JabberG/src/jabber_svc.cpp @@ -431,7 +431,7 @@ INT_PTR __cdecl CJabberProto::JabberGCGetToolTipText(WPARAM wParam, LPARAM lPara // status if (info->status >= ID_STATUS_OFFLINE && info->status <= ID_STATUS_IDLE ) - appendString(bIsTipper, _T("Status:"), (TCHAR*)CallService(MS_CLIST_GETSTATUSMODEDESCRIPTION,info->status,GSMDF_TCHAR), outBuf, SIZEOF(outBuf)); + appendString(bIsTipper, _T("Status:"), pcli->pfnGetStatusModeDescription(info->status, 0), outBuf, SIZEOF(outBuf)); // status text if (info->statusMessage) -- cgit v1.2.3