Author: marcus
Date: Sun Jan 19 02:44:04 2014
New Revision: 1559449
URL: http://svn.apache.org/r1559449
Log:
Renamed 'Mac OS X' to 'OS X' as Apple has changed its product name already ~2
years ago
Modified:
openoffice/ooo-site/trunk/content/download/download.js
Modified: openoffice/ooo-site/trunk/content/download/download.js
URL:
http://svn.apache.org/viewvc/openoffice/ooo-site/trunk/content/download/download.js?rev=1559449&r1=1559448&r2=1559449&view=diff
==============================================================================
--- openoffice/ooo-site/trunk/content/download/download.js (original)
+++ openoffice/ooo-site/trunk/content/download/download.js Sun Jan 19 02:44:04
2014
@@ -318,8 +318,8 @@ function getPlatform() {
}
}
- // Mac OS x86?
- if ( os.indexOf( "mac" ) != -1 ) { UI_PLATFORM
= "Mac OS 32-bit Intel (DMG)";
+ // OS X x86?
+ if ( os.indexOf( "mac" ) != -1 ) { UI_PLATFORM
= "OS X 32-bit Intel (DMG)";
URL_PLATFORM
= "Mac_x86_install";
EXTENSION
= ".dmg";
}