From 3adfcb55daa2abde3d668ccce159ea0c60e7984e Mon Sep 17 00:00:00 2001 From: George Hazan Date: Mon, 19 Sep 2016 19:13:58 +0000 Subject: grrrrm... there's no hLangpack in chat items, therefore strings must be translated inside plugins git-svn-id: http://svn.miranda-ng.org/main/trunk@17323 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- protocols/MSN/src/msn_chat.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'protocols/MSN/src/msn_chat.cpp') diff --git a/protocols/MSN/src/msn_chat.cpp b/protocols/MSN/src/msn_chat.cpp index 775cf2e150..9b1dd2653e 100644 --- a/protocols/MSN/src/msn_chat.cpp +++ b/protocols/MSN/src/msn_chat.cpp @@ -61,7 +61,7 @@ int CMsnProto::MSN_ChatInit(GCThreadData *info, const char *pszID, const char *p Chat_NewSession(GCW_CHATROOM, m_szModuleName, info->mChatID, szName); for (int j = 0; j < _countof(m_ptszRoles); j++) - Chat_AddGroup(m_szModuleName, info->mChatID, m_ptszRoles[j]); + Chat_AddGroup(m_szModuleName, info->mChatID, TranslateW(m_ptszRoles[j])); Chat_Control(m_szModuleName, info->mChatID, SESSION_INITDONE); Chat_Control(m_szModuleName, info->mChatID, SESSION_ONLINE); -- cgit v1.2.3