summaryrefslogtreecommitdiff
path: root/plugins/MetaContacts/src
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/MetaContacts/src')
-rw-r--r--plugins/MetaContacts/src/meta_utils.cpp2
1 files changed, 1 insertions, 1 deletions
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))