Persist checkbox to block domain in the cookie manager.

bug 75119, r=biesi, sr=alecf
This commit is contained in:
mvl%exedo.nl 2003-11-10 16:56:37 +00:00
parent b4649d6de7
commit 28d420076e
2 changed files with 2 additions and 2 deletions

View File

@ -145,7 +145,7 @@
</hbox>
<separator class="thin"/>
<hbox align="start">
<checkbox id="checkbox" label="&checkbox.label;" />
<checkbox id="checkbox" label="&checkbox.label;" persist="checked"/>
</hbox>
</vbox>

View File

@ -145,7 +145,7 @@
</hbox>
<separator class="thin"/>
<hbox align="start">
<checkbox id="checkbox" label="&checkbox.label;" />
<checkbox id="checkbox" label="&checkbox.label;" persist="checked"/>
</hbox>
</vbox>