diff options
author | dartraiden <wowemuh@gmail.com> | 2018-06-24 18:36:28 +0300 |
---|---|---|
committer | dartraiden <wowemuh@gmail.com> | 2018-06-24 18:36:28 +0300 |
commit | a135cee84423ff61a17e5d2fd86ec5eb2f0d6953 (patch) | |
tree | ded603a2e82727f3aae36300d6015120a8c10314 /plugins | |
parent | c9bc4c586599ec499fa6629cdf977445c16ee934 (diff) |
ProxySwitch: correct description
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/ProxySwitch/src/version.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/ProxySwitch/src/version.h b/plugins/ProxySwitch/src/version.h index b591e28534..5037439126 100644 --- a/plugins/ProxySwitch/src/version.h +++ b/plugins/ProxySwitch/src/version.h @@ -7,7 +7,7 @@ #define __PLUGIN_NAME "ProxySwitch" #define __FILENAME "ProxySwitch.dll" -#define __DESCRIPTION "The plugin watches IP address changes, displays popups, and adjusts the proxy settings of Miranda, Internet Explorer and Firefox." +#define __DESCRIPTION "Watches IP address changes, displays popups, and adjusts the proxy settings of Miranda, Internet Explorer and Firefox." #define __AUTHOR "Petr Smejkal" #define __AUTHORWEB "https://miranda-ng.org/p/ProxySwitch/" -#define __COPYRIGHT "© 2005 Petr Smejkal" +#define __COPYRIGHT "© 2005 Petr Smejkal, 2018 Miranda NG team" |