summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormataes2007 <mataes2007@e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb>2011-05-15 06:13:24 +0000
committermataes2007 <mataes2007@e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb>2011-05-15 06:13:24 +0000
commitd5c649d22b371af230c10bf262e4cd9aef84c586 (patch)
tree91230398013aa05bc99f31ae5bf8ecae7d7912de
parente404062bb0f45b0700f3a120f024dd5688c186e6 (diff)
Translation fix
git-svn-id: http://miranda-plugins.googlecode.com/svn/trunk@92 e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb
-rw-r--r--MRA/Mra_proto.cpp2
1 files changed, 1 insertions, 1 deletions
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);