diff options
author | George Hazan <george.hazan@gmail.com> | 2016-09-19 19:13:58 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2016-09-19 19:13:58 +0000 |
commit | 3adfcb55daa2abde3d668ccce159ea0c60e7984e (patch) | |
tree | 62a3583ab4b93cff9147aab45434a95021f14394 /protocols/Sametime | |
parent | 31936553c93686bad5ff5aff1e90d7138b60068f (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/Sametime')
-rw-r--r-- | protocols/Sametime/src/conference.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/Sametime/src/conference.cpp b/protocols/Sametime/src/conference.cpp index 1cd96fd928..04af2e7372 100644 --- a/protocols/Sametime/src/conference.cpp +++ b/protocols/Sametime/src/conference.cpp @@ -115,7 +115,7 @@ void mwServiceConf_conf_opened(mwConference* conf, GList* members) Chat_NewSession(GCW_CHATROOM, proto->m_szModuleName, tszConfId, tszConfTitle);
// add a group
- Chat_AddGroup(proto->m_szModuleName, tszConfId, LPGENW("Normal"));
+ Chat_AddGroup(proto->m_szModuleName, tszConfId, TranslateT("Normal"));
// add users
GCDEST gcd = { proto->m_szModuleName, tszConfId, GC_EVENT_JOIN };
|