Checking in gena01@lk.net's fix for bug 193259. Fix error about replaceInsert not being defined in nsProgressDialog.js. r=bugmail@sicking.cc, sr=jst@netscape.com

This commit is contained in:
jst%netscape.com 2003-03-26 02:07:35 +00:00
Родитель 459e7e4277
Коммит d2c7057170
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -225,7 +225,7 @@ nsProgressDialog.prototype = {
if ( aMaxTotalProgress != "-1" ) {
status = this.replaceInsert( status, 2, parseInt( aMaxTotalProgress/1024 + .5 ) );
} else {
status = replaceInsert( status, 2, "??" );
status = this.replaceInsert( status, 2, "??" );
}
// Insert 3 is the download rate.