fix VERSIONINFO section of win32 executables fdo#30798
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
|
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
|
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user