diff options
author | Vadim Dashevskiy <watcherhd@gmail.com> | 2012-09-28 08:39:47 +0000 |
---|---|---|
committer | Vadim Dashevskiy <watcherhd@gmail.com> | 2012-09-28 08:39:47 +0000 |
commit | 932bdc1abe0fa63a9d68dea43f5c9a049af56cc0 (patch) | |
tree | 695f27953eeb7229ff85e436a19642a273025b64 | |
parent | cbea44bfa47383acb25be005deae95dee7946dfe (diff) |
TrafficCounter: removal of DATE and TIME
git-svn-id: http://svn.miranda-ng.org/main/trunk@1699 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
-rw-r--r-- | plugins/TrafficCounter/src/TrafficCounter.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/TrafficCounter/src/TrafficCounter.c b/plugins/TrafficCounter/src/TrafficCounter.c index 114cef3637..4195d9e7f7 100644 --- a/plugins/TrafficCounter/src/TrafficCounter.c +++ b/plugins/TrafficCounter/src/TrafficCounter.c @@ -104,7 +104,7 @@ PLUGININFOEX pluginInfoEx = "Adding traffic and time counters",
"Ghost, Mironych",
"",
- "© 2002-2006 Ghost, © 2007-2012 Mironych ["__DATE__" "__TIME__"]",
+ "© 2002-2006 Ghost, © 2007-2012 Mironych",
"",
UNICODE_AWARE,
MIID_TRAFFICCOUNTER
|