From 02413392a2b40fcebe5f178c776402a9ce148604 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Wed, 18 Jul 2012 21:04:10 +0000 Subject: compilation fix for MyDetails git-svn-id: http://svn.miranda-ng.org/main/trunk@1027 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/MyDetails/data.cpp | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'plugins/MyDetails/data.cpp') diff --git a/plugins/MyDetails/data.cpp b/plugins/MyDetails/data.cpp index 62192aa42e..728e601a06 100644 --- a/plugins/MyDetails/data.cpp +++ b/plugins/MyDetails/data.cpp @@ -158,7 +158,7 @@ int Protocol::GetStatus() if (custom_status == 0) { - TCHAR *tmp = (char *) CallService(MS_CLIST_GETSTATUSMODEDESCRIPTION, status, GCMDF_TCHAR); + TCHAR *tmp = (char *) CallService(MS_CLIST_GETSTATUSMODEDESCRIPTION, status, GSMDF_TCHAR); lcopystr(status_name, tmp, MAX_REGS(status_name)); } else @@ -659,8 +659,7 @@ Protocol * ProtocolArray::Get(const char *name) bool ProtocolArray::CanSetStatusMsgPerProtocol() { - return ServiceExists(MS_ERSATZ_ENABLED) || - ServiceExists(MS_NAS_INVOKESTATUSWINDOW) || ServiceExists(MS_SA_CHANGESTATUSMSG); + return ServiceExists(MS_NAS_INVOKESTATUSWINDOW) || ServiceExists(MS_SA_CHANGESTATUSMSG); } -- cgit v1.2.3