This is an automated email from the ASF dual-hosted git repository.

mseidel pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/openoffice.git


The following commit(s) were added to refs/heads/trunk by this push:
     new c604542  Further corrections to Product Information
c604542 is described below

commit c604542f7b5c012c15c9b6eea97a1d1f906d46e8
Author: mseidel <[email protected]>
AuthorDate: Thu May 6 10:56:27 2021 +0200

    Further corrections to Product Information
---
 main/setup_native/source/win32/nsis/downloadtemplate.nsi | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/main/setup_native/source/win32/nsis/downloadtemplate.nsi 
b/main/setup_native/source/win32/nsis/downloadtemplate.nsi
index 99a05cb..d2c52a9 100644
--- a/main/setup_native/source/win32/nsis/downloadtemplate.nsi
+++ b/main/setup_native/source/win32/nsis/downloadtemplate.nsi
@@ -5,7 +5,7 @@
 
 ; Product Information
 VIAddVersionKey ProductName "Apache PRODUCTNAMEPLACEHOLDER"
-VIAddVersionKey CompanyName "PUBLISHERPLACEHOLDER"
+VIAddVersionKey CompanyName "Apache Software Foundation"
 VIAddVersionKey LegalCopyright "(c) 2012-2021 The Apache Software Foundation"
 VIAddVersionKey FileDescription "Apache PRODUCTNAMEPLACEHOLDER Installer"
 VIAddVersionKey ProductVersion "PRODUCTVERSIONPLACEHOLDER"
@@ -14,7 +14,7 @@ VIProductVersion "4.5.9900.500"
 ; Enable Unicode
 Unicode true
 
-; SetCompressor (lzma/zlib/bzip2)
+; Compression options
 CRCCheck on
 SetCompressor zlib
 

Reply via email to