diff options
author | dartraiden <wowemuh@gmail.com> | 2018-03-13 14:26:21 +0300 |
---|---|---|
committer | dartraiden <wowemuh@gmail.com> | 2018-03-13 14:26:21 +0300 |
commit | 476748742a7115b4a521266540f4c528ded74ec6 (patch) | |
tree | d2399be3ec61c6b017b7450b868d7e59dfe32eb7 | |
parent | f9a6f40b7834edd693e8e5b8d64dbc7cd8921262 (diff) |
remove AUTHOREMAIL field
-rw-r--r-- | plugins/MagneticWindows/src/MagneticWindows.cpp | 1 | ||||
-rw-r--r-- | plugins/MagneticWindows/src/Version.h | 5 |
2 files changed, 2 insertions, 4 deletions
diff --git a/plugins/MagneticWindows/src/MagneticWindows.cpp b/plugins/MagneticWindows/src/MagneticWindows.cpp index fa2ee26e89..75c7e0584d 100644 --- a/plugins/MagneticWindows/src/MagneticWindows.cpp +++ b/plugins/MagneticWindows/src/MagneticWindows.cpp @@ -23,7 +23,6 @@ PLUGININFOEX pluginInfo = { PLUGIN_MAKE_VERSION(__MAJOR_VERSION, __MINOR_VERSION, __RELEASE_NUM, __BUILD_NUM), __DESCRIPTION, __AUTHOR, - __AUTHOREMAIL, __COPYRIGHT, UNICODE_AWARE, // {08C01613-24C8-486F-BDAE-2C3DDCAF9347} diff --git a/plugins/MagneticWindows/src/Version.h b/plugins/MagneticWindows/src/Version.h index 69c34409b7..affb6ffa78 100644 --- a/plugins/MagneticWindows/src/Version.h +++ b/plugins/MagneticWindows/src/Version.h @@ -9,6 +9,5 @@ #define __FILENAME "MagneticWindows.dll" #define __DESCRIPTION "Makes the main contactlist and the chat windows snapping to the desktop border and to each other." #define __AUTHOR "Michael Kunz" -#define __AUTHOREMAIL "Michael.Kunz@s2005.TU-Cemnitz.de" -#define __AUTHORWEB "http://miranda-ng.org/p/MagneticWindows/" -#define __COPYRIGHT "© 2006 Michael Kunz" +#define __AUTHORWEB "https://miranda-ng.org/p/MagneticWindows/" +#define __COPYRIGHT "© 2006 Michael Kunz, 2018 Miranda NG team" |