diff options
author | dartraiden <wowemuh@gmail.com> | 2017-12-01 03:26:11 +0300 |
---|---|---|
committer | dartraiden <wowemuh@gmail.com> | 2017-12-01 03:26:11 +0300 |
commit | 4d30ea7bc3eadfa252766c559feb7a00d006dcc7 (patch) | |
tree | edab0c4f10cf0c97eaae77d525e8693e19c39f94 /plugins/IEHistory/src | |
parent | 7902551c661c307bcfb1844c85c2c74d5012de9b (diff) |
remove Tlen completely
Diffstat (limited to 'plugins/IEHistory/src')
-rw-r--r-- | plugins/IEHistory/src/version.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/plugins/IEHistory/src/version.h b/plugins/IEHistory/src/version.h index e84bd1a658..34d50e6bcf 100644 --- a/plugins/IEHistory/src/version.h +++ b/plugins/IEHistory/src/version.h @@ -30,8 +30,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #define __DESC "Shows the history for a given contact using IEView." #define __AUTHOR "Cristian Libotean, Miranda NG team" -//#define __AUTHOREMAIL "eblis102@yahoo.com" -#define __AUTHOREMAIL "" +#define __AUTHOREMAIL "eblis102@yahoo.com" #define __COPYRIGHT "© 2006 Cristian Libotean, 2014-17 Miranda NG team" #define __AUTHORWEB "https://miranda-ng.org/p/IEHistory" #define __PLUGIN_DISPLAY_NAME "IEView history viewer" |