summaryrefslogtreecommitdiff
path: root/protocols/Sametime/src
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2016-09-19 17:09:16 +0000
committerGeorge Hazan <george.hazan@gmail.com>2016-09-19 17:09:16 +0000
commit9c210b1c52006ed35c7b23c1687c52a48c35eb1b (patch)
treedb73c79969e5716e82471f98a0dfd8ad70cc262d /protocols/Sametime/src
parent8b3742234864d8554b12153f714785bc29280012 (diff)
unused translations removed
git-svn-id: http://svn.miranda-ng.org/main/trunk@17320 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Sametime/src')
-rw-r--r--protocols/Sametime/src/conference.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/Sametime/src/conference.cpp b/protocols/Sametime/src/conference.cpp
index 04af2e7372..dfbdfde308 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, TranslateT("Normal"));
+ Chat_AddGroup(proto->m_szModuleName, tszConfId, L"Normal");
// add users
GCDEST gcd = { proto->m_szModuleName, tszConfId, GC_EVENT_JOIN };