You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by ma...@apache.org on 2014/05/19 20:51:28 UTC

svn commit: r1595988 - /openoffice/ooo-site/trunk/content/download/test/globalvars_droplist.js

Author: marcus
Date: Mon May 19 18:51:27 2014
New Revision: 1595988

URL: http://svn.apache.org/r1595988
Log:
Deleted the '32-bit' hint for Windows in the select box to keep it more general

Modified:
    openoffice/ooo-site/trunk/content/download/test/globalvars_droplist.js

Modified: openoffice/ooo-site/trunk/content/download/test/globalvars_droplist.js
URL: http://svn.apache.org/viewvc/openoffice/ooo-site/trunk/content/download/test/globalvars_droplist.js?rev=1595988&r1=1595987&r2=1595988&view=diff
==============================================================================
--- openoffice/ooo-site/trunk/content/download/test/globalvars_droplist.js (original)
+++ openoffice/ooo-site/trunk/content/download/test/globalvars_droplist.js Mon May 19 18:51:27 2014
@@ -31,7 +31,7 @@ var SDK_LANG			= [ "en-US" ];
 // OS data for the <select> element
 var SEL_OS			= [ "e0",     "Choose OS / platform",                          "",
 				    "e1",     "----------------------------------",            "",
-				    "Win_x86_install",          "Windows 32-bit (x86) (EXE)",  ".exe",
+				    "Win_x86_install",          "Windows (EXE)",               ".exe",
 				    "Linux_x86-64_install-deb", "Linux 64-bit (x86-64) (DEB)", ".tar.gz",
 				    "Linux_x86-64_install-rpm", "Linux 64-bit (x86-64) (RPM)", ".tar.gz",
 				    "Linux_x86_install-deb",    "Linux 32-bit (x86) (DEB)",    ".tar.gz",