From 53551a6153e66fff4b35eb92366b0d1be906d624 Mon Sep 17 00:00:00 2001 From: Vadim Dashevskiy Date: Thu, 2 Aug 2012 20:51:59 +0000 Subject: Build time removed from plugin info. git-svn-id: http://svn.miranda-ng.org/main/trunk@1331 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/Clist_mw/src/init.cpp | 2 +- plugins/Console/src/version.h | 4 ++-- plugins/CryptoPP/src/commonheaders.cpp | 2 +- plugins/MirOTR/MirOTR/version.h | 2 +- plugins/SecureIM/src/commonheaders.cpp | 2 +- protocols/FacebookRM/main.cpp | 2 +- protocols/JabberG/jabber.cpp | 2 +- protocols/MRA/Mra.cpp | 2 +- protocols/Omegle/main.cpp | 2 +- protocols/Twitter/main.cpp | 2 +- protocols/Yahoo/util.cpp | 2 +- 11 files changed, 12 insertions(+), 12 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", diff --git a/protocols/FacebookRM/main.cpp b/protocols/FacebookRM/main.cpp index ed16144c0d..9e58374232 100644 --- a/protocols/FacebookRM/main.cpp +++ b/protocols/FacebookRM/main.cpp @@ -35,7 +35,7 @@ PLUGININFOEX pluginInfo = { sizeof(PLUGININFOEX), "Facebook Protocol RM", __VERSION_DWORD, - "Provides basic support for Facebook Chat protocol. [Built: "__DATE__" "__TIME__"]", + "Provides basic support for Facebook Chat protocol.", "Michal Zelinka, Robert Posel", "robyer@seznam.cz", "(c) 2009-11 Michal Zelinka, 2011-12 Robert Posel", diff --git a/protocols/JabberG/jabber.cpp b/protocols/JabberG/jabber.cpp index 8ae2a1715e..446b7100c7 100644 --- a/protocols/JabberG/jabber.cpp +++ b/protocols/JabberG/jabber.cpp @@ -226,7 +226,7 @@ extern "C" int __declspec( dllexport ) Load() CallService( MS_UTILS_GETCOUNTRYLIST, ( WPARAM )&g_cbCountries, ( LPARAM )&g_countries ); setlocale(LC_ALL, ""); - mir_snprintf( szVersion, sizeof( szVersion ), Translate("Jabber protocol plugin for Miranda NG (%s)"), __DATE__ ); + mir_snprintf( szVersion, sizeof( szVersion ), Translate("Jabber protocol plugin for Miranda NG.")); pcli = ( CLIST_INTERFACE* )CallService(MS_CLIST_RETRIEVE_INTERFACE, 0, (LPARAM)hInst); diff --git a/protocols/MRA/Mra.cpp b/protocols/MRA/Mra.cpp index a81b497dd4..0fefddf18e 100644 --- a/protocols/MRA/Mra.cpp +++ b/protocols/MRA/Mra.cpp @@ -8,7 +8,7 @@ PLUGININFOEX pluginInfoEx={ sizeof(PLUGININFOEX), PROTOCOL_DISPLAY_NAME_ORIGA, PLUGIN_VERSION_DWORD, - "Provides support for Mail.ru agent Instant Messenger protocol ("__DATE__" "__TIME__")", + "Provides support for Mail.ru agent Instant Messenger protocol.", "Rozhuk Ivan", "Rozhuk_I@mail.ru", "© 2006-2011 Rozhuk Ivan", diff --git a/protocols/Omegle/main.cpp b/protocols/Omegle/main.cpp index 9b4755b094..32771e22be 100644 --- a/protocols/Omegle/main.cpp +++ b/protocols/Omegle/main.cpp @@ -35,7 +35,7 @@ PLUGININFOEX pluginInfo = { sizeof(PLUGININFOEX), "Omegle Protocol", __VERSION_DWORD, - "Provides basic support for Omegle Chat protocol. [Built: "__DATE__" "__TIME__"]", + "Provides basic support for Omegle Chat protocol.", "Robert Posel", "robyer@seznam.cz", "(c) 2011-12 Robert Posel", diff --git a/protocols/Twitter/main.cpp b/protocols/Twitter/main.cpp index 22ca229b0d..d5612be8b4 100644 --- a/protocols/Twitter/main.cpp +++ b/protocols/Twitter/main.cpp @@ -31,7 +31,7 @@ PLUGININFOEX pluginInfo={ sizeof(PLUGININFOEX), "Twitter Plugin", __VERSION_DWORD, - "Provides basic support for Twitter protocol. [Built: "__DATE__" "__TIME__"]", + "Provides basic support for Twitter protocol.", "dentist, omniwolf, Thief", "", "© 2009-2010 dentist, 2010-2011 omniwolf and Thief", diff --git a/protocols/Yahoo/util.cpp b/protocols/Yahoo/util.cpp index 62afef5a56..9e3c45d8bc 100644 --- a/protocols/Yahoo/util.cpp +++ b/protocols/Yahoo/util.cpp @@ -346,7 +346,7 @@ void CYahooProto::YAHOO_utils_logversion() #ifdef YAHOO_CVSBUILD _snprintf(str, sizeof(str), "Yahoo v%d.%d.%d.%da (%s %s)", (pluginInfo.version >> 24) & 0xFF, (pluginInfo.version >> 16) & 0xFF, - (pluginInfo.version >> 8) & 0xFF, pluginInfo.version & 0xFF, __DATE__, __TIME__); + (pluginInfo.version >> 8) & 0xFF, pluginInfo.version & 0xFF); #else _snprintf(str, sizeof(str), "Yahoo v%d.%d.%d.%d", (pluginInfo.version >> 24) & 0xFF, (pluginInfo.version >> 16) & 0xFF, (pluginInfo.version >> 8) & 0xFF, pluginInfo.version & 0xFF); -- cgit v1.2.3