diff options
Diffstat (limited to 'plugins/YAMN')
-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"
|