summaryrefslogtreecommitdiff
path: root/protocols/Gadu-Gadu
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/Gadu-Gadu
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/Gadu-Gadu')
-rw-r--r--protocols/Gadu-Gadu/src/groupchat.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/Gadu-Gadu/src/groupchat.cpp b/protocols/Gadu-Gadu/src/groupchat.cpp
index 3ca980c332..7137639aed 100644
--- a/protocols/Gadu-Gadu/src/groupchat.cpp
+++ b/protocols/Gadu-Gadu/src/groupchat.cpp
@@ -314,7 +314,7 @@ wchar_t* GGPROTO::gc_getchat(uin_t sender, uin_t *recipients, int recipients_cou
Chat_SetStatusbarText(m_szModuleName, chat->id, status);
// Add normal group
- Chat_AddGroup(m_szModuleName, chat->id, LPGENW("Participants"));
+ Chat_AddGroup(m_szModuleName, chat->id, TranslateT("Participants"));
GCDEST gcd = { m_szModuleName, chat->id, GC_EVENT_JOIN };
GCEVENT gce = { &gcd };