Bug 535603 - Clear recent history title not set to all correctly on opening window; r=dao

This commit is contained in:
Ehsan Akhgari 2009-12-18 13:26:06 -05:00
Родитель c98464d92b
Коммит 79e458ca23
1 изменённых файлов: 2 добавлений и 0 удалений

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

@ -92,6 +92,8 @@ var gSanitizePromptDialog = {
if (this.selectedTimespan === Sanitizer.TIMESPAN_EVERYTHING) {
this.prepareWarning();
this.warningBox.hidden = false;
document.title =
this.bundleBrowser.getString("sanitizeDialog2.everything.title");
}
else
this.warningBox.hidden = true;