diff options
Diffstat (limited to 'src/modules/langpack/langpack.h')
-rw-r--r-- | src/modules/langpack/langpack.h | 4 |
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 */
|