diff options
author | dartraiden <wowemuh@gmail.com> | 2018-01-05 18:23:08 +0300 |
---|---|---|
committer | dartraiden <wowemuh@gmail.com> | 2018-01-05 18:23:08 +0300 |
commit | 703e6701f8bc7e3ee2684bb79c0e171fb3cf6a0c (patch) | |
tree | ee75b56a4aacb3e042e021d7e456c1389a6ec1bb /plugins/ContextHelp/src/help.h | |
parent | 9bdbbbed70fec7f4bb6225c65638337bcc6f4f82 (diff) |
no need to display langpack author e-mail (some authors already retired from project)
Diffstat (limited to 'plugins/ContextHelp/src/help.h')
-rw-r--r-- | plugins/ContextHelp/src/help.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/ContextHelp/src/help.h b/plugins/ContextHelp/src/help.h index 3eb43f9982..f12c38061e 100644 --- a/plugins/ContextHelp/src/help.h +++ b/plugins/ContextHelp/src/help.h @@ -124,7 +124,6 @@ typedef struct { LCID Locale;
WORD codepage;
char szAuthors[1024];
- char szAuthorEmail[128];
char szLastModifiedUsing[64];
char szPluginsIncluded[4080];
char szVersion[21];
|