diff options
author | Vadim Dashevskiy <watcherhd@gmail.com> | 2014-06-18 09:46:17 +0000 |
---|---|---|
committer | Vadim Dashevskiy <watcherhd@gmail.com> | 2014-06-18 09:46:17 +0000 |
commit | ed71ff438fb48e32346480bda3b7214b9f2f487b (patch) | |
tree | 479d63b103adbeec9b4fb2c4e44ec2163d1c25ab /plugins/FileAsMessage/src/main.h | |
parent | da5e08b259448b19877681e41e3f223784875481 (diff) |
temporary revert (until Unicode version is fully ready and working)
git-svn-id: http://svn.miranda-ng.org/main/trunk@9536 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/FileAsMessage/src/main.h')
-rw-r--r-- | plugins/FileAsMessage/src/main.h | 6 |
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
|