From 3adfcb55daa2abde3d668ccce159ea0c60e7984e Mon Sep 17 00:00:00 2001 From: George Hazan Date: Mon, 19 Sep 2016 19:13:58 +0000 Subject: 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 --- protocols/Omegle/src/chat.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'protocols/Omegle/src') diff --git a/protocols/Omegle/src/chat.cpp b/protocols/Omegle/src/chat.cpp index 8552d7885c..6e6e6999de 100644 --- a/protocols/Omegle/src/chat.cpp +++ b/protocols/Omegle/src/chat.cpp @@ -273,8 +273,8 @@ INT_PTR OmegleProto::OnJoinChat(WPARAM, LPARAM suppress) return 0; // Create a group - Chat_AddGroup(m_szModuleName, m_tszUserName, LPGENW("Admin")); - Chat_AddGroup(m_szModuleName, m_tszUserName, LPGENW("Normal")); + Chat_AddGroup(m_szModuleName, m_tszUserName, TranslateT("Admin")); + Chat_AddGroup(m_szModuleName, m_tszUserName, TranslateT("Normal")); SetTopic(); -- cgit v1.2.3