improve the UI for selecting between encrypting and obscurring

This commit is contained in:
morse%netscape.com 2000-05-13 18:14:11 +00:00
parent e0f24c4de8
commit b284d56e88

View File

@ -130,14 +130,6 @@ dump("\n##### pref="+ this.pref.GetBoolPref("wallet.crypto")+"\n");
pref="true" preftype="bool" prefstring="wallet.crypto"
prefattribute="checked"/>
<separator/>
<box autostretch="never" halign="center">
<button class="dialog" value="&convertEncrypted.label;" accesskey="&convertEncrypted.accesskey;"
oncommand="convertStoredValues(true);"/>
<button class="dialog" value="&convertObscurred.label;" accesskey="&convertObscurred.accesskey;"
oncommand="convertStoredValues(false);"/>
</box>
</titledbox>
</window>