diff options
author | Kurt Zenker <kz@openoffice.org> | 2004-07-30 15:24:47 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2004-07-30 15:24:47 +0000 |
commit | be16944698dd5eb3e6086386ea41b67f24cac456 (patch) | |
tree | 368fc9e5c0aeff38c336af5445adbd9ab959776b /crashrep | |
parent | b3a14bd2f776e323bbd6858279537c4bbcc92d73 (diff) |
INTEGRATION: CWS enusencoding (1.1.116); FILE MERGED
2004/07/20 16:54:59 ihi 1.1.116.1: #i31788# Native Windows rc file hack
Diffstat (limited to 'crashrep')
-rwxr-xr-x | crashrep/source/win32/rcheader.txt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/crashrep/source/win32/rcheader.txt b/crashrep/source/win32/rcheader.txt index fcd71a15c1f3..048b23ec62f4 100755 --- a/crashrep/source/win32/rcheader.txt +++ b/crashrep/source/win32/rcheader.txt @@ -2,3 +2,11 @@ #include "resource.h" #include "winres.h" +#ifdef FONTSIZE +#undef FONTSIZE +#endif +#define LANG_KOREAN 82 +#define LANG_CHINESE 86 +#define LANG_JAPANESE 81 +#define PLACEHOLDER LANGUAGE + |