From 870fdd7d9bf520b673c5177b30c9d6d6cce090b1 Mon Sep 17 00:00:00 2001 From: dartraiden Date: Sun, 10 Dec 2017 16:05:53 +0300 Subject: - 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 --- plugins/Toaster/src/main.cpp | 1 - plugins/Toaster/src/version.h | 1 - 2 files changed, 2 deletions(-) (limited to 'plugins/Toaster') diff --git a/plugins/Toaster/src/main.cpp b/plugins/Toaster/src/main.cpp index fe4d45943e..f48c47ea20 100644 --- a/plugins/Toaster/src/main.cpp +++ b/plugins/Toaster/src/main.cpp @@ -11,7 +11,6 @@ PLUGININFOEX pluginInfo = PLUGIN_MAKE_VERSION(__MAJOR_VERSION, __MINOR_VERSION, __RELEASE_NUM, __BUILD_NUM), __DESCRIPTION, __AUTHOR, - __AUTHOREMAIL, __COPYRIGHT, __AUTHORWEB, UNICODE_AWARE, diff --git a/plugins/Toaster/src/version.h b/plugins/Toaster/src/version.h index ecd1e63774..e6fa41db58 100644 --- a/plugins/Toaster/src/version.h +++ b/plugins/Toaster/src/version.h @@ -9,6 +9,5 @@ #define __FILENAME "Toaster.dll" #define __DESCRIPTION "Provides popup services based on Windows toast notification for different plugins." #define __AUTHOR "Miranda NG team" -#define __AUTHOREMAIL "" #define __AUTHORWEB "https://miranda-ng.org/p/Toaster/" #define __COPYRIGHT "© 2015-17 Miranda NG project" -- cgit v1.2.3