diff options
author | George Hazan <george.hazan@gmail.com> | 2016-09-19 18:56:31 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2016-09-19 18:56:31 +0000 |
commit | ce59eef27ecd787a2501c406c4f7aa7fadbb6d9b (patch) | |
tree | 375795e28034b8c7f1fb0cc1101fe56718ecd119 /protocols/Twitter | |
parent | 9c210b1c52006ed35c7b23c1687c52a48c35eb1b (diff) |
forgotten LPGENW restored
git-svn-id: http://svn.miranda-ng.org/main/trunk@17321 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Twitter')
-rw-r--r-- | protocols/Twitter/src/chat.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/Twitter/src/chat.cpp b/protocols/Twitter/src/chat.cpp index d351d6d3ab..85b210d86b 100644 --- a/protocols/Twitter/src/chat.cpp +++ b/protocols/Twitter/src/chat.cpp @@ -123,7 +123,7 @@ INT_PTR TwitterProto::OnJoinChat(WPARAM, LPARAM suppress) return 0;
// ***** Create a group
- Chat_AddGroup(m_szModuleName, m_tszUserName, L"Normal");
+ Chat_AddGroup(m_szModuleName, m_tszUserName, LPGENW("Normal"));
// ***** Hook events
HookProtoEvent(ME_GC_EVENT, &TwitterProto::OnChatOutgoing);
|