diff options
author | Andras Timar <timar@fsf.hu> | 2010-10-12 13:48:55 +0200 |
---|---|---|
committer | Andras Timar <timar@fsf.hu> | 2010-10-12 13:48:55 +0200 |
commit | 2ca1ccce958a5143906bbaa3654e1cc35ce587c8 (patch) | |
tree | e09581556899284389a132c48584846000b9f097 /crashrep | |
parent | d217505d16fdbe74d8a3770897735411a441ff92 (diff) |
removed German from the versioninfo
Diffstat (limited to 'crashrep')
-rwxr-xr-x | crashrep/source/win32/rcheader.txt | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/crashrep/source/win32/rcheader.txt b/crashrep/source/win32/rcheader.txt index afecc9cda681..22821e5f9a6b 100755 --- a/crashrep/source/win32/rcheader.txt +++ b/crashrep/source/win32/rcheader.txt @@ -65,28 +65,11 @@ VS_VERSION_INFO versioninfo VS_FF_PRERELEASE | #endif 0 -#ifndef WIN32 - fileos VOS_DOS_WINDOWS16 -#else fileos VOS_NT_WINDOWS32 -#endif filetype VFT_APP { block "StringFileInfo" { -#ifdef LG_D - block "040704E4" - { - // German StringTable - value "CompanyName", "OpenOffice.org\0" - value "FileDescription", "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\0" - value "FileVersion", PPS(VER_LEVEL) "\0" - value "ProductVersion", PPS(VER_LEVEL) "\0" - value "OriginalFilename", "SOREPORT.EXE\0" - value "InternalName", "CrashReport\0" - value "LegalCopyright", S_CRIGHT " Sun Microsystems, Inc.\0" - } -#else block "040904E4" { // International StringTable @@ -98,16 +81,11 @@ VS_VERSION_INFO versioninfo value "InternalName", "CrashReport\0" value "LegalCopyright", S_CRIGHT " Sun Microsystems, Inc.\0" } -#endif } block "VarFileInfo" { -#ifdef LG_D - value "Translation", 0x0407, 1252 -#else value "Translation", 0x0409, 1252 -#endif } } |