From 841d5ccc0f810e36ee7014666d8b7e0dbd3c42fa Mon Sep 17 00:00:00 2001 From: Vadim Dashevskiy Date: Fri, 3 Jan 2014 16:33:17 +0000 Subject: - Jabber: translation fix; - langpacks/english: update; - langpacks/russian: update; git-svn-id: http://svn.miranda-ng.org/main/trunk@7481 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- protocols/JabberG/src/jabber_privacy.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'protocols') diff --git a/protocols/JabberG/src/jabber_privacy.cpp b/protocols/JabberG/src/jabber_privacy.cpp index 5504d2689e..1b6ff96e2a 100644 --- a/protocols/JabberG/src/jabber_privacy.cpp +++ b/protocols/JabberG/src/jabber_privacy.cpp @@ -925,10 +925,10 @@ struct } static drawItems[] = { - { _T("Message"), "pl_msg_allow" }, - { _T("Presence (in)"), "pl_prin_allow" }, - { _T("Presence (out)"), "pl_prout_allow" }, - { _T("Query"), "pl_iq_allow" } + { LPGENT("Message"), "pl_msg_allow" }, + { LPGENT("Presence (in)"), "pl_prin_allow" }, + { LPGENT("Presence (out)"), "pl_prout_allow" }, + { LPGENT("Query"), "pl_iq_allow" } }; BOOL CJabberDlgPrivacyLists::OnWmDrawItem(UINT, WPARAM, LPARAM lParam) -- cgit v1.2.3