bug 117998 Remove-all button in password manager not being disabled when it should be, r=sgehani, sr=alecf

git-svn-id: svn://10.0.0.236/trunk@111378 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
morse%netscape.com 2002-01-05 00:21:43 +00:00
parent 78e80f4cc4
commit 20a107cb2f

View File

@ -92,7 +92,7 @@
<hbox>
<button id="removeReject" disabled="true"
label="&remove.label;" oncommand="DeleteReject();"/>
<button id="removeAllSites"
<button id="removeAllRejects"
label="&removeall.label;"
oncommand="DeleteAllRejects();"/>
</hbox>