fix VERSIONINFO section of win32 executables fdo#30798

This commit is contained in:
Andras Timar
2011-11-22 14:10:56 +01:00
parent 4a06a42de4
commit 018b48d361
4 changed files with 5 additions and 5 deletions

View File

@@ -73,13 +73,13 @@ VS_VERSION_INFO versioninfo
block "040904E4"
{
// International StringTable
value "CompanyName", "OpenOffice.org\0"
value "CompanyName", "The Document Foundation\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"
value "LegalCopyright", S_CRIGHT " LibreOffice contributors and/or their affiliates. All rights reserved.\0"
}
}

View File

@@ -60,7 +60,7 @@ VS_VERSION_INFO VERSIONINFO
VALUE "ProductVersion", PPS(VER_LEVEL) "\0"
VALUE "OriginalFilename", "SOFFICE.EXE\0"
VALUE "InternalName", "SOFFICE\0"
VALUE "LegalCopyright", S_CRIGHT " Oracle, Inc.\0"
VALUE "LegalCopyright", S_CRIGHT " LibreOffice contributors and/or their affiliates. All rights reserved.\0"
}
}

View File

@@ -60,7 +60,7 @@ VS_VERSION_INFO VERSIONINFO
VALUE "ProductVersion", PPS(VER_LEVEL) "\0"
VALUE "OriginalFilename", PPS(RES_APP_NAME) ".exe\0"
VALUE "InternalName", PPS(RES_APP_NAME) "\0"
VALUE "LegalCopyright", S_CRIGHT " Oracle and/or its affiliates. All rights reserved.\0"
VALUE "LegalCopyright", S_CRIGHT " LibreOffice contributors and/or their affiliates. All rights reserved.\0"
}
}

View File

@@ -63,7 +63,7 @@ VS_VERSION_INFO VERSIONINFO
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"
VALUE "LegalCopyright", S_CRIGHT " LibreOffice contributors and/or their affiliates. All rights reserved.\0"
ADDITIONAL_VERINFO1
ADDITIONAL_VERINFO2
ADDITIONAL_VERINFO3