From 9c74643c7bd9e51291ef5a981effeb441d63c68b Mon Sep 17 00:00:00 2001 From: George Hazan Date: Mon, 3 Dec 2012 11:37:01 +0000 Subject: corrupted nicks in metacontacts git-svn-id: http://svn.miranda-ng.org/main/trunk@2619 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/MetaContacts/src/meta_utils.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/MetaContacts/src') diff --git a/plugins/MetaContacts/src/meta_utils.cpp b/plugins/MetaContacts/src/meta_utils.cpp index f6370c6bea..25b0f9e684 100644 --- a/plugins/MetaContacts/src/meta_utils.cpp +++ b/plugins/MetaContacts/src/meta_utils.cpp @@ -188,7 +188,7 @@ int Meta_SetNick(char *szProto) { CONTACTINFO ci; ci.cbSize = sizeof(CONTACTINFO); - ci.dwFlag = CNF_DISPLAY; + ci.dwFlag = CNF_DISPLAY | CNF_TCHAR; ci.hContact = NULL; ci.szProto = szProto; if (CallService(MS_CONTACT_GETCONTACTINFO,0,(LPARAM)&ci)) -- cgit v1.2.3