diff options
Diffstat (limited to 'plugins/Utils.pas/mApiCardM.pas')
-rw-r--r-- | plugins/Utils.pas/mApiCardM.pas | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Utils.pas/mApiCardM.pas b/plugins/Utils.pas/mApiCardM.pas index 6002ee2dbc..41ce4e2aa3 100644 --- a/plugins/Utils.pas/mApiCardM.pas +++ b/plugins/Utils.pas/mApiCardM.pas @@ -384,7 +384,7 @@ begin title:='Miranda event help';
note :='';
end;
- SendMessageW(HelpWindow,WM_SETTEXT,0,LPARAM(title));
+ SendMessageW(HelpWindow,WM_SETTEXT,0,LPARAM(TranslateW(title)));
SendMessageW(GetDlgItem(HelpWindow,IDC_HLP_NOTE),WM_SETTEXT,0,LPARAM(TranslateW(Note)));
end;
|