User: markomlm Date: 2010-06-18 20:52:23+0000 Modified: de/www/downloads/download.js
Log: typo File Changes: Directory: /de/www/downloads/ ============================= File [changed]: download.js Url: http://de.openoffice.org/source/browse/de/www/downloads/download.js?r1=1.23&r2=1.24 Delta lines: +2 -2 ------------------- --- download.js 2010-06-18 20:28:35+0000 1.23 +++ download.js 2010-06-18 20:52:21+0000 1.24 @@ -176,7 +176,7 @@ filename="OOo_"+version+"_MacOS_x86_install_de.dmg"; return; } else - if ( uastring.indexOf( "SunOS" ) >= 0 ) { + if ( uastring.indexOf( "sunos" ) >= 0 ) { os_name = "SunOS"; if ( uastring.indexOf( "i86pc" ) >= 0 ) { filename="OOo_"+version+"_Solaris_x86_install-wJRE_de.tar.gz"; @@ -186,7 +186,7 @@ return; } else { - os_name = "weitere nicht automtatisch erkannte Systeme"; + os_name = "weitere nicht automatisch erkannte Systeme"; filename = ""; return; } --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
