summaryrefslogtreecommitdiff
path: root/MRA/Mra_proto.cpp
diff options
context:
space:
mode:
authorwatcherhd <watcherhd@e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb>2011-05-11 14:08:28 +0000
committerwatcherhd <watcherhd@e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb>2011-05-11 14:08:28 +0000
commite7544bf6107e00df30759968598311bf333a3ffc (patch)
treecaa0705d40f9a6fd3e08ced2b9213ebacf34d479 /MRA/Mra_proto.cpp
parentac6eb5e4cafaf0533dfd7a1da440e3a3514243e3 (diff)
Mra: compilation fixes
git-svn-id: http://miranda-plugins.googlecode.com/svn/trunk@76 e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb
Diffstat (limited to 'MRA/Mra_proto.cpp')
-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 197dec9..3426d70 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)Translate(MRA_ALARM_MESSAGE);
+ pre.szMessage=(LPSTR)TranslateW(MRA_ALARM_MESSAGE);
//pre.lParam=lstrlenA(pre.szMessage);
ccs.szProtoService=PSR_MESSAGE;
CallService(MS_PROTO_CHAINRECV,0,(LPARAM)&ccs);