Fixed getting state of 'noshade' attribute in Horizontal Lind Dialog. b=142784, r=brade, sr=hewitt

This commit is contained in:
cmanske%netscape.com 2002-05-07 22:45:54 +00:00
Родитель 58183d683b
Коммит 0751fbc32a
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -103,7 +103,7 @@ function InitDialog()
gDialog.alignGroup.selectedItem = gDialog.leftAlign;
}
gDialog.shading.checked = globalElement.hasAttribute("noshade");
gDialog.shading.checked = !globalElement.hasAttribute("noshade");
}
function onSaveDefault()