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 --- 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 +- 6 files changed, 6 insertions(+), 6 deletions(-) (limited to 'protocols') 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