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 2006-08-24 17:34:43 +00:00
Родитель 89322c8eb6
Коммит 0cbe46308b
2 изменённых файлов: 4 добавлений и 4 удалений

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

@ -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,

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

@ -49,3 +49,4 @@ hidePasswords=Hide Passwords
showPasswords=Show Passwords
noMasterPasswordPrompt=Are you sure you wish to show your passwords?
removeAllPasswordsPrompt=Are you sure you wish to remove all passwords?
removeAllPasswordsTitle=Remove all passwords