summaryrefslogtreecommitdiff
path: root/protocols/Gadu-Gadu/src
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2016-09-19 18:56:31 +0000
committerGeorge Hazan <george.hazan@gmail.com>2016-09-19 18:56:31 +0000
commitce59eef27ecd787a2501c406c4f7aa7fadbb6d9b (patch)
tree375795e28034b8c7f1fb0cc1101fe56718ecd119 /protocols/Gadu-Gadu/src
parent9c210b1c52006ed35c7b23c1687c52a48c35eb1b (diff)
forgotten LPGENW restored
git-svn-id: http://svn.miranda-ng.org/main/trunk@17321 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Gadu-Gadu/src')
-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 9e46875b0a..3ca980c332 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, L"Participants");
+ Chat_AddGroup(m_szModuleName, chat->id, LPGENW("Participants"));
GCDEST gcd = { m_szModuleName, chat->id, GC_EVENT_JOIN };
GCEVENT gce = { &gcd };