summaryrefslogtreecommitdiff
path: root/solenv/inc/shlinfo.rc
diff options
context:
space:
mode:
authorAndras Timar <timar@fsf.hu>2010-10-12 13:48:17 +0200
committerAndras Timar <timar@fsf.hu>2010-10-12 13:48:17 +0200
commit44f6619d27634b7817adf1f565699349667e4832 (patch)
treece975654fc1661e396633fb884950a57663063aa /solenv/inc/shlinfo.rc
parentd66986129217bc06fbb2692ebc6b9fa1f1384d4d (diff)
removed German from the versioninfo
Diffstat (limited to 'solenv/inc/shlinfo.rc')
-rw-r--r--solenv/inc/shlinfo.rc27
1 files changed, 0 insertions, 27 deletions
diff --git a/solenv/inc/shlinfo.rc b/solenv/inc/shlinfo.rc
index 9a2a3c19d0ef..2a43b0f092a2 100644
--- a/solenv/inc/shlinfo.rc
+++ b/solenv/inc/shlinfo.rc
@@ -25,10 +25,6 @@
*
************************************************************************/
-#if !defined(ENGLISH)
-#define LG_D // generate always german version
-#endif
-
#define VER_FIRSTYEAR 2010
@@ -62,29 +58,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", "The Document Foundation\0"
- value "FileVersion", PPS(VER_LEVEL) "\0"
- value "OriginalFilename", PPS(ORG_NAME) "\0"
- value "InternalName", PPS(INTERNAL_NAME) "\0"
- value "LegalCopyright", S_CRIGHT " The Document Foundation\0"
- ADDITIONAL_VERINFO1
- ADDITIONAL_VERINFO2
- ADDITIONAL_VERINFO3
- }
-#else
block "040904E4"
{
// International StringTable
@@ -97,16 +75,11 @@ VS_VERSION_INFO versioninfo
ADDITIONAL_VERINFO2
ADDITIONAL_VERINFO3
}
-#endif
}
block "VarFileInfo"
{
-#ifdef LG_D
- value "Translation", 0x0407, 1252
-#else
value "Translation", 0x0409, 1252
-#endif
}
}