From a7ba006098072342f492002071de04189626f024 Mon Sep 17 00:00:00 2001 From: Kirill Volinsky Date: Sun, 15 Jun 2014 10:06:38 +0000 Subject: plugin unicoded git-svn-id: http://svn.miranda-ng.org/main/trunk@9494 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/FileAsMessage/src/main.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'plugins/FileAsMessage/src/main.h') diff --git a/plugins/FileAsMessage/src/main.h b/plugins/FileAsMessage/src/main.h index 001b24de2e..3413b26c32 100644 --- a/plugins/FileAsMessage/src/main.h +++ b/plugins/FileAsMessage/src/main.h @@ -29,12 +29,12 @@ #define SERVICE_TITLE LPGEN("File As Message") #define SERVICE_NAME "FileAsMessage" -#define SERVICE_PREFIX "<%fAM-0023%>" +#define SERVICE_PREFIX _T("<%fAM-0023%>") -#define NOPLUGIN_MESSAGE "If you see this \"garbage\", probably you have no \"fileAsMessage\" plugin installed, see http://miranda-ng.org/p/FileAsMessage/ for more information and download." +#define NOPLUGIN_MESSAGE _T("If you see this \"garbage\", probably you have no \"fileAsMessage\" plugin installed, see http://miranda-ng.org/p/FileAsMessage/ for more information and download.") extern char *szServiceTitle; -extern char *szServicePrefix; +extern TCHAR *szServicePrefix; extern const ulong INITCRC; #define WM_FE_MESSAGE WM_USER+100 -- cgit v1.2.3