This is an automated email from the ASF dual-hosted git repository.
marcus pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/openoffice-org.git
The following commit(s) were added to refs/heads/main by this push:
new 06752df Added a hint that AOO for Windows is 32-bit, so it cannot be
mixed-up with a possible 64-bit release
06752df is described below
commit 06752df91a983f6049a24d69a3c78650273214bb
Author: Marcus <[email protected]>
AuthorDate: Mon Dec 28 16:30:49 2020 +0100
Added a hint that AOO for Windows is 32-bit, so it cannot be mixed-up with
a possible 64-bit release
---
assets/download/globalvars.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/assets/download/globalvars.js b/assets/download/globalvars.js
index e3a5fb0..9357a9f 100644
--- a/assets/download/globalvars.js
+++ b/assets/download/globalvars.js
@@ -30,7 +30,7 @@ if ( DL.VERSION.slice( 4, 5 ) === "0" )
// Data for the <select> element "os".
// Value Visible text
Not used for the options
-DL.SEL_OS = [ "win32", "Windows (EXE)",
".exe",
+DL.SEL_OS = [ "win32", "Windows 32-bit (x86) (EXE)",
".exe",
"lnx64d", "Linux 64-bit (x86-64) (DEB)",
".tar.gz",
"lnx64r", "Linux 64-bit (x86-64) (RPM)",
".tar.gz",
"lnx32d", "Linux 32-bit (x86) (DEB)",
".tar.gz",