diff options
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/Clist_mw/src/init.cpp | 2 | ||||
-rw-r--r-- | plugins/Console/src/version.h | 4 | ||||
-rw-r--r-- | plugins/CryptoPP/src/commonheaders.cpp | 2 | ||||
-rw-r--r-- | plugins/MirOTR/MirOTR/version.h | 2 | ||||
-rw-r--r-- | plugins/SecureIM/src/commonheaders.cpp | 2 |
5 files changed, 6 insertions, 6 deletions
diff --git a/plugins/Clist_mw/src/init.cpp b/plugins/Clist_mw/src/init.cpp index 17cea6a030..19e2ef96a4 100644 --- a/plugins/Clist_mw/src/init.cpp +++ b/plugins/Clist_mw/src/init.cpp @@ -82,7 +82,7 @@ PLUGININFOEX pluginInfo = { "Display contacts, event notifications, protocol status with MW modifications",
"",
"bethoven@mailgate.ru" ,
- "Copyright 2000-2010 Miranda-IM project ["__DATE__" "__TIME__"]",
+ "Copyright 2000-2010 Miranda IM project, 2012 Miranda NG project.",
"http://miranda-ng.org/",
UNICODE_AWARE,
//{2A417AB9-16F2-472d-9AE3-415103C78A64}
diff --git a/plugins/Console/src/version.h b/plugins/Console/src/version.h index 4492c69246..ef78958def 100644 --- a/plugins/Console/src/version.h +++ b/plugins/Console/src/version.h @@ -27,8 +27,8 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #define __VERSION_DWORD 0x00000703
-#define __PLUGIN_DESC "Console log window for Miranda"
-#define __PLUGIN_LONGDESC __PLUGIN_DESC ". ["__DATE__" "__TIME__"]"
+#define __PLUGIN_DESC "Console log window for Miranda."
+#define __PLUGIN_LONGDESC __PLUGIN_DESC
#define __PLUGIN_AUTHOR "Bio"
#define __PLUGIN_EMAIL "bio@ktaspb.ru"
#define __PLUGIN_RIGHTS "© 2005-2012 Bio"
diff --git a/plugins/CryptoPP/src/commonheaders.cpp b/plugins/CryptoPP/src/commonheaders.cpp index 13f62a097f..95f478c29a 100644 --- a/plugins/CryptoPP/src/commonheaders.cpp +++ b/plugins/CryptoPP/src/commonheaders.cpp @@ -18,7 +18,7 @@ PLUGININFOEX pluginInfoEx = { sizeof(PLUGININFOEX),
MODULENAME,
__VERSION_DWORD,
- MODULENAME" library for SecureIM plugin ("__DATE__")",
+ MODULENAME" library for SecureIM plugin.",
"Baloo",
"baloo@bk.ru",
"© 2006-09 Baloo",
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
diff --git a/plugins/SecureIM/src/commonheaders.cpp b/plugins/SecureIM/src/commonheaders.cpp index 6044f1c678..f5ea4486b6 100644 --- a/plugins/SecureIM/src/commonheaders.cpp +++ b/plugins/SecureIM/src/commonheaders.cpp @@ -29,7 +29,7 @@ PLUGININFOEX pluginInfoEx = { sizeof(PLUGININFOEX),
MODULENAME,
__VERSION_DWORD,
- MODULENAME" plugin for Miranda IM ("__DATE__")",
+ MODULENAME" plugin for Miranda IM.",
"Johell, Ghost, Nightwish, __alex, Baloo",
"Johell@ifrance.com, baloo@bk.ru",
"© 2003 Johell, © 2005-09 Baloo",
|