From 9080ac8137b327a26bd9a2985a2c1c253ddff22c Mon Sep 17 00:00:00 2001 From: Vadim Dashevskiy Date: Tue, 12 Feb 2013 08:19:30 +0000 Subject: - translation fixes (patch from Basil) git-svn-id: http://svn.miranda-ng.org/main/trunk@3562 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/YAMN/src/main.h | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/plugins/YAMN/src/main.h b/plugins/YAMN/src/main.h index f0bc3fbc45..b81e965988 100644 --- a/plugins/YAMN/src/main.h +++ b/plugins/YAMN/src/main.h @@ -12,14 +12,14 @@ #define YAMN_SHORTNAME "Mail Notifier" #define YAMN_FILENAME "yamn" - - -#include "version.h" -#define YAMN_NEWMAILSNDDESC "YAMN: new mail message" -#define YAMN_CONNECTFAILSNDDESC "YAMN: connect failed" -#define YAMN_CONNECTFAILSOUND "YAMN/Sound/ConnectFail" -#define YAMN_NEWMAILSOUND "YAMN/Sound/NewMail" - + + +#include "version.h" +#define YAMN_NEWMAILSNDDESC LPGEN("YAMN: new mail message") +#define YAMN_CONNECTFAILSNDDESC LPGEN("YAMN: connect failed") +#define YAMN_CONNECTFAILSOUND "YAMN/Sound/ConnectFail" +#define YAMN_NEWMAILSOUND "YAMN/Sound/NewMail" + #define YAMN_DBMODULE "YAMN" #define YAMN_DBPOSX "MailBrowserWinX" #define YAMN_DBPOSY "MailBrowserWinY" -- cgit v1.2.3