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
parent 386f57b3f6
commit fafc65d0ce

View File

@@ -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;