summaryrefslogtreecommitdiff
path: root/src/modules/langpack/langpack.h
diff options
context:
space:
mode:
authorKirill Volinsky <mataes2007@gmail.com>2014-06-21 20:01:52 +0000
committerKirill Volinsky <mataes2007@gmail.com>2014-06-21 20:01:52 +0000
commit4955a3b835c8b6d71fa836cdfc0ec5b82fa59ae0 (patch)
tree3229191afdf997f55a69f9deee2ec399dafe8f44 /src/modules/langpack/langpack.h
parent85b429453559d86491ac428a1028cbe4d5b382c9 (diff)
fixed langpack authors crop
git-svn-id: http://svn.miranda-ng.org/main/trunk@9548 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'src/modules/langpack/langpack.h')
-rw-r--r--src/modules/langpack/langpack.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/modules/langpack/langpack.h b/src/modules/langpack/langpack.h
index 137fabc245..b39f03215d 100644
--- a/src/modules/langpack/langpack.h
+++ b/src/modules/langpack/langpack.h
@@ -45,9 +45,7 @@ struct LANGPACK_INFO
TCHAR tszLanguage[64];
LCID Locale;
WORD codepage;
- char szAuthors[2048];
- char szAuthorEmail[128];
- char szLastModifiedUsing[64];
+ CMStringA szAuthors, szAuthorEmail, szLastModifiedUsing;
FILETIME ftFileDate;
TCHAR tszFileName[MAX_PATH]; /* just the file name itself */
TCHAR tszFullPath[MAX_PATH]; /* full path to the langpack */