summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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);