From d5c649d22b371af230c10bf262e4cd9aef84c586 Mon Sep 17 00:00:00 2001 From: mataes2007 Date: Sun, 15 May 2011 06:13:24 +0000 Subject: Translation fix git-svn-id: http://miranda-plugins.googlecode.com/svn/trunk@92 e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb --- MRA/Mra_proto.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'MRA/Mra_proto.cpp') diff --git a/MRA/Mra_proto.cpp b/MRA/Mra_proto.cpp index 3426d70..7d1c865 100644 --- a/MRA/Mra_proto.cpp +++ b/MRA/Mra_proto.cpp @@ -2354,7 +2354,7 @@ DWORD MraRecvCommand_Message(DWORD dwTime,DWORD dwFlags,MRA_LPS *plpsFrom,MRA_LP NotifyEventHooks(masMraSettings.heNudgeReceived,(WPARAM)ccs.hContact,NULL); }else{ pre.flags=0; - pre.szMessage=(LPSTR)TranslateW(MRA_ALARM_MESSAGE); + pre.szMessage=(LPSTR)TranslateTS(MRA_ALARM_MESSAGE); //pre.lParam=lstrlenA(pre.szMessage); ccs.szProtoService=PSR_MESSAGE; CallService(MS_PROTO_CHAINRECV,0,(LPARAM)&ccs); -- cgit v1.2.3