Bug 349438 (bug 266945 enhanced / followup) add title and set default button to no for the remove all password manager confirm prompt. p=Serge Gautherie <gautheri@noos.fr>,r=mconnor

This commit is contained in:
bugzilla@standard8.demon.co.uk 2007-05-14 22:55:23 -07:00
parent 8e9fb9616d
commit d2f3188b22

View File

@ -169,11 +169,10 @@ function DeleteAllSignons() {
// Confirm the user wants to remove all passwords
var dummy = { value: false };
if (prompter.confirmEx(window,
null,
kSignonBundle.getString("removeAllPasswordsTitle"),
kSignonBundle.getString("removeAllPasswordsPrompt"),
prompter.BUTTON_TITLE_YES * prompter.BUTTON_POS_0 +
prompter.BUTTON_TITLE_NO * prompter.BUTTON_POS_1,
null, null, null, null, dummy) == 1) //1 = "No" button
prompter.STD_YES_NO_BUTTONS + prompter.BUTTON_POS_1_DEFAULT,
null, null, null, null, dummy) == 1) // 1 == "No" button
return;
DeleteAllFromTree(signonsTree, signonsTreeView,