diff options
author | Vadim Dashevskiy <watcherhd@gmail.com> | 2013-02-12 08:19:30 +0000 |
---|---|---|
committer | Vadim Dashevskiy <watcherhd@gmail.com> | 2013-02-12 08:19:30 +0000 |
commit | 9080ac8137b327a26bd9a2985a2c1c253ddff22c (patch) | |
tree | 300ed80072272699e5686f2b5a0c45155b4eb99c | |
parent | c80e10f7fab4a38a9d7c5ff082aff28d7f0b5238 (diff) |
- translation fixes (patch from Basil)
git-svn-id: http://svn.miranda-ng.org/main/trunk@3562 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
-rw-r--r-- | plugins/YAMN/src/main.h | 16 |
1 files 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"
|