summaryrefslogtreecommitdiff
path: root/protocols/Twitter/src/chat.cpp
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2016-09-19 19:13:58 +0000
committerGeorge Hazan <george.hazan@gmail.com>2016-09-19 19:13:58 +0000
commit3adfcb55daa2abde3d668ccce159ea0c60e7984e (patch)
tree62a3583ab4b93cff9147aab45434a95021f14394 /protocols/Twitter/src/chat.cpp
parent31936553c93686bad5ff5aff1e90d7138b60068f (diff)
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
Diffstat (limited to 'protocols/Twitter/src/chat.cpp')
-rw-r--r--protocols/Twitter/src/chat.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/Twitter/src/chat.cpp b/protocols/Twitter/src/chat.cpp
index 85b210d86b..ed7c69e3c3 100644
--- a/protocols/Twitter/src/chat.cpp
+++ b/protocols/Twitter/src/chat.cpp
@@ -123,7 +123,7 @@ INT_PTR TwitterProto::OnJoinChat(WPARAM, LPARAM suppress)
return 0;
// ***** Create a group
- Chat_AddGroup(m_szModuleName, m_tszUserName, LPGENW("Normal"));
+ Chat_AddGroup(m_szModuleName, m_tszUserName, TranslateT("Normal"));
// ***** Hook events
HookProtoEvent(ME_GC_EVENT, &TwitterProto::OnChatOutgoing);