From 19ccfc7c1220fdf728f67e466081960e19b00b06 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Wed, 2 Oct 2013 08:18:54 +0000 Subject: MRA: fix for the received Nudge event's text git-svn-id: http://svn.miranda-ng.org/main/trunk@6302 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- protocols/MRA/src/Mra_proto.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'protocols/MRA/src') diff --git a/protocols/MRA/src/Mra_proto.cpp b/protocols/MRA/src/Mra_proto.cpp index f547e052dc..c1f6914e8d 100644 --- a/protocols/MRA/src/Mra_proto.cpp +++ b/protocols/MRA/src/Mra_proto.cpp @@ -1856,7 +1856,7 @@ DWORD CMraProto::MraRecvCommand_Message(DWORD dwTime, DWORD dwFlags, CMStringA & if (m_heNudgeReceived) NotifyEventHooks(m_heNudgeReceived, (WPARAM)hContact, NULL); else { - pre.flags = 0; + pre.flags = PREF_UNICODE; pre.szMessage = (LPSTR)TranslateTS(MRA_ALARM_MESSAGE); ProtoChainRecvMsg(hContact, &pre); } -- cgit v1.2.3