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/HwHotKeys/src/HwHotKeys_DllMain.cpp | 1 - plugins/HwHotKeys/src/version.h | 1 - 2 files changed, 2 deletions(-) (limited to 'plugins/HwHotKeys/src') diff --git a/plugins/HwHotKeys/src/HwHotKeys_DllMain.cpp b/plugins/HwHotKeys/src/HwHotKeys_DllMain.cpp index 22814e4c9d..dce4f52a75 100644 --- a/plugins/HwHotKeys/src/HwHotKeys_DllMain.cpp +++ b/plugins/HwHotKeys/src/HwHotKeys_DllMain.cpp @@ -81,7 +81,6 @@ PLUGININFOEX PluginInfoEx = { PLUGIN_MAKE_VERSION(__MAJOR_VERSION, __MINOR_VERSION, __RELEASE_NUM, __BUILD_NUM), __DESCRIPTION_MIR, __AUTHOR, - __AUTHOREMAIL, __COPYRIGHT, __AUTHORWEB, UNICODE_AWARE, diff --git a/plugins/HwHotKeys/src/version.h b/plugins/HwHotKeys/src/version.h index 344f756348..bb13d2f797 100644 --- a/plugins/HwHotKeys/src/version.h +++ b/plugins/HwHotKeys/src/version.h @@ -33,7 +33,6 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111 - 1307, USA. #define __DESCRIPTION_MIR "Allows you to assign expanded multimedia keys (only for PS/2 keyboards)." // описание плагина в миранде (локализуемое) #define __DESCRIPTION_DLL "Hardware HotKeys plugin for Miranda NG." // описание плагина в dll-fileinfo "FileDescription" (там многострочные строки - не работают). Нелокализуемое! #define __AUTHOR "Eugene f2065" // описание плагина в миранде -#define __AUTHOREMAIL "f2065@mail.ru" // описание плагина в миранде #define __AUTHORWEB "http://f2065.narod.ru/" // описание плагина в dll-fileinfo "CompanyName", описание плагина в миранде #define __COPYRIGHT "© 2010-2017 Eugene f2065" // описание плагина в dll-fileinfo "LegalCopyright", описание плагина в миранде -- cgit v1.2.3