summaryrefslogtreecommitdiff
path: root/protocols/FacebookRM/src/chat.cpp
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2016-09-19 19:13:58 +0000
committerGeorge Hazan <george.hazan@gmail.com>2016-09-19 19:13:58 +0000
commit3adfcb55daa2abde3d668ccce159ea0c60e7984e (patch)
tree62a3583ab4b93cff9147aab45434a95021f14394 /protocols/FacebookRM/src/chat.cpp
parent31936553c93686bad5ff5aff1e90d7138b60068f (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/FacebookRM/src/chat.cpp')
-rw-r--r--protocols/FacebookRM/src/chat.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/protocols/FacebookRM/src/chat.cpp b/protocols/FacebookRM/src/chat.cpp
index e7e85a10f8..2d288ac103 100644
--- a/protocols/FacebookRM/src/chat.cpp
+++ b/protocols/FacebookRM/src/chat.cpp
@@ -248,10 +248,10 @@ void FacebookProto::AddChat(const char *id, const wchar_t *tname)
Chat_NewSession(GCW_PRIVMESS, m_szModuleName, tid, tname);
// Send setting events
- Chat_AddGroup(m_szModuleName, tid, LPGENW("Myself"));
- Chat_AddGroup(m_szModuleName, tid, LPGENW("Friend"));
- Chat_AddGroup(m_szModuleName, tid, LPGENW("User"));
- Chat_AddGroup(m_szModuleName, tid, LPGENW("Former"));
+ Chat_AddGroup(m_szModuleName, tid, TranslateT("Myself"));
+ Chat_AddGroup(m_szModuleName, tid, TranslateT("Friend"));
+ Chat_AddGroup(m_szModuleName, tid, TranslateT("User"));
+ Chat_AddGroup(m_szModuleName, tid, TranslateT("Former"));
// Finish initialization
bool hideChats = getBool(FACEBOOK_KEY_HIDE_CHATS, DEFAULT_HIDE_CHATS);