Bug 255855. Fix unselected radio button in helper app dialog. r=mconnor

This commit is contained in:
aaronleventhal%moonset.net 2004-12-23 15:44:36 +00:00
Родитель f8ef683b18
Коммит bda8ecd900
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -557,7 +557,7 @@ nsUnknownContentTypeDialog.prototype = {
this.dialogElement("open").disabled = true;
var openHandler = this.dialogElement("openHandler");
openHandler.disabled = true;
openHandler.label = "";
openHandler.selectedItem = null;
modeGroup.selectedItem = this.dialogElement("save");
return;
}