Nothing to break out of... fixing bustage caused by patch for bug 91969.

This commit is contained in:
bzbarsky%mit.edu 2003-02-25 16:12:21 +00:00
Родитель e7be5d54cf
Коммит fd694141cd
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -483,7 +483,7 @@ nsProgressDialog.prototype = {
.getService( Components.interfaces.nsIPromptService );
} catch (ex) {
// getService doesn't return null, it throws
break;
return;
}
var title = this.getProperty( "openingAlertTitle",
[ this.fileName() ],