summaryrefslogtreecommitdiff
path: root/plugins/FileAsMessage/src/main.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/FileAsMessage/src/main.h')
-rw-r--r--plugins/FileAsMessage/src/main.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/plugins/FileAsMessage/src/main.h b/plugins/FileAsMessage/src/main.h
index 3413b26c32..001b24de2e 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 _T("<%fAM-0023%>")
+#define SERVICE_PREFIX "<%fAM-0023%>"
-#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.")
+#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."
extern char *szServiceTitle;
-extern TCHAR *szServicePrefix;
+extern char *szServicePrefix;
extern const ulong INITCRC;
#define WM_FE_MESSAGE WM_USER+100