From ce59eef27ecd787a2501c406c4f7aa7fadbb6d9b Mon Sep 17 00:00:00 2001 From: George Hazan Date: Mon, 19 Sep 2016 18:56:31 +0000 Subject: forgotten LPGENW restored git-svn-id: http://svn.miranda-ng.org/main/trunk@17321 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- protocols/Sametime/src/conference.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'protocols/Sametime') diff --git a/protocols/Sametime/src/conference.cpp b/protocols/Sametime/src/conference.cpp index dfbdfde308..1cd96fd928 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, L"Normal"); + Chat_AddGroup(proto->m_szModuleName, tszConfId, LPGENW("Normal")); // add users GCDEST gcd = { proto->m_szModuleName, tszConfId, GC_EVENT_JOIN }; -- cgit v1.2.3