diff options
author | dartraiden <wowemuh@gmail.com> | 2017-12-10 16:05:53 +0300 |
---|---|---|
committer | dartraiden <wowemuh@gmail.com> | 2017-12-10 16:06:09 +0300 |
commit | 870fdd7d9bf520b673c5177b30c9d6d6cce090b1 (patch) | |
tree | 5010803c74a986fa34cf62bcf3816241e093c499 /plugins/TrafficCounter | |
parent | 3f520c97212ace455747395a85f2f55b4eb39dba (diff) |
- remove emails (if author retired - it's useless to write to him; if author is active - users should use GitHub for ticket creation);
- also remove AUTHOREMAIL field from structure
Diffstat (limited to 'plugins/TrafficCounter')
-rw-r--r-- | plugins/TrafficCounter/src/TrafficCounter.cpp | 1 | ||||
-rw-r--r-- | plugins/TrafficCounter/src/resource.h | 1 | ||||
-rw-r--r-- | plugins/TrafficCounter/src/version.h | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/plugins/TrafficCounter/src/TrafficCounter.cpp b/plugins/TrafficCounter/src/TrafficCounter.cpp index 3c2c81fa82..f164c09816 100644 --- a/plugins/TrafficCounter/src/TrafficCounter.cpp +++ b/plugins/TrafficCounter/src/TrafficCounter.cpp @@ -106,7 +106,6 @@ PLUGININFOEX pluginInfoEx = PLUGIN_MAKE_VERSION(__MAJOR_VERSION, __MINOR_VERSION, __RELEASE_NUM, __BUILD_NUM),
__DESCRIPTION,
__AUTHOR,
- __AUTHOREMAIL,
__COPYRIGHT,
__AUTHORWEB,
UNICODE_AWARE,
diff --git a/plugins/TrafficCounter/src/resource.h b/plugins/TrafficCounter/src/resource.h index 1618f40849..578cfbb0bc 100644 --- a/plugins/TrafficCounter/src/resource.h +++ b/plugins/TrafficCounter/src/resource.h @@ -389,7 +389,6 @@ #define IDC_PLUGINCPYR 1681
#define IDC_PLUGINURL 1682
#define IDC_PLUGINPID 1683
-#define IDC_PLUGINEMAIL 1684
#define IDC_IDLESPIN 1687
#define IDC_NODBDRIVERS 1690
#define IDC_IDLESTATUSLOCK 1691
diff --git a/plugins/TrafficCounter/src/version.h b/plugins/TrafficCounter/src/version.h index 46154c826f..6acb2ae8ac 100644 --- a/plugins/TrafficCounter/src/version.h +++ b/plugins/TrafficCounter/src/version.h @@ -9,6 +9,5 @@ #define __FILENAME "TrafficCounter.dll"
#define __DESCRIPTION "Adding traffic and time counters."
#define __AUTHOR "Ghost, Mironych"
-#define __AUTHOREMAIL ""
#define __AUTHORWEB "https://miranda-ng.org/p/TrafficCounter/"
#define __COPYRIGHT "© 2002-2006 Ghost, 2007-2012 Mironych"
|