summaryrefslogtreecommitdiff
path: root/plugins/HwHotKeys
diff options
context:
space:
mode:
authordartraiden <wowemuh@gmail.com>2017-12-10 16:05:53 +0300
committerdartraiden <wowemuh@gmail.com>2017-12-10 16:06:09 +0300
commit870fdd7d9bf520b673c5177b30c9d6d6cce090b1 (patch)
tree5010803c74a986fa34cf62bcf3816241e093c499 /plugins/HwHotKeys
parent3f520c97212ace455747395a85f2f55b4eb39dba (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/HwHotKeys')
-rw-r--r--plugins/HwHotKeys/src/HwHotKeys_DllMain.cpp1
-rw-r--r--plugins/HwHotKeys/src/version.h1
2 files changed, 0 insertions, 2 deletions
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", описание плагина в миранде