diff options
author | Vadim Dashevskiy <watcherhd@gmail.com> | 2012-08-02 20:51:59 +0000 |
---|---|---|
committer | Vadim Dashevskiy <watcherhd@gmail.com> | 2012-08-02 20:51:59 +0000 |
commit | 53551a6153e66fff4b35eb92366b0d1be906d624 (patch) | |
tree | 5c579334678582dfdb4dd1d05406ba7650f60983 /plugins/MirOTR | |
parent | ada3e8fc7b932bee4e01b99fb7944e85ec67d0b2 (diff) |
Build time removed from plugin info.
git-svn-id: http://svn.miranda-ng.org/main/trunk@1331 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/MirOTR')
-rw-r--r-- | plugins/MirOTR/MirOTR/version.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/MirOTR/MirOTR/version.h b/plugins/MirOTR/MirOTR/version.h index 63cb7ca2ab..45fcb67b71 100644 --- a/plugins/MirOTR/MirOTR/version.h +++ b/plugins/MirOTR/MirOTR/version.h @@ -17,7 +17,7 @@ #define SHORT_NAME_STRING "Miranda OTR (x64)"
#define DESC_STRING "OTR (Off-the-Record) plugin for Miranda IM (64Bit)"
#endif
-#define LONGDESC_STRING DESC_STRING" ("__DATE__")\r\n(using some code and ideas from SecureIM, Pidgin-OTR and old Miranda OTR (by SJE))"
+#define LONGDESC_STRING DESC_STRING "\r\n(using some code and ideas from SecureIM, Pidgin-OTR and old Miranda OTR (by SJE))."
#define COMPANY_NAME ""
#define FILE_VERSION VER_STRING
#define FILE_DESCRIPTION DESC_STRING
|