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 /protocols/JabberG | |
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 'protocols/JabberG')
-rw-r--r-- | protocols/JabberG/jabber.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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);
|