diff options
author | George Hazan <george.hazan@gmail.com> | 2016-09-19 17:09:16 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2016-09-19 17:09:16 +0000 |
commit | 9c210b1c52006ed35c7b23c1687c52a48c35eb1b (patch) | |
tree | db73c79969e5716e82471f98a0dfd8ad70cc262d /protocols/MRA | |
parent | 8b3742234864d8554b12153f714785bc29280012 (diff) |
unused translations removed
git-svn-id: http://svn.miranda-ng.org/main/trunk@17320 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/MRA')
-rw-r--r-- | protocols/MRA/src/MraChat.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/MRA/src/MraChat.cpp b/protocols/MRA/src/MraChat.cpp index 454d44a2e9..8cdb5ac9fa 100644 --- a/protocols/MRA/src/MraChat.cpp +++ b/protocols/MRA/src/MraChat.cpp @@ -37,7 +37,7 @@ INT_PTR CMraProto::MraChatSessionNew(MCONTACT hContact) return 1;
for (int i = 0; i < _countof(lpwszStatuses); i++)
- Chat_AddGroup(m_szModuleName, wszEMail, TranslateW(lpwszStatuses[i]));
+ Chat_AddGroup(m_szModuleName, wszEMail, lpwszStatuses[i]);
Chat_Control(m_szModuleName, wszEMail, SESSION_INITDONE);
Chat_Control(m_szModuleName, wszEMail, SESSION_ONLINE);
|