Bug 263532 "Remember logon" dialog box should have "No" as default

(Firefox version of bug 121443)
Patch by ajschult, r=bryner, a=asa
This commit is contained in:
cst%andrew.cmu.edu 2005-07-08 01:22:05 +00:00
parent 1019876438
commit 854a7e6f6a

View File

@ -1138,6 +1138,7 @@ nsPasswordManager::Notify(nsIContent* aFormNode,
PRInt32 selection;
prompt->ConfirmEx(dialogTitle.get(),
dialogText.get(),
nsIPrompt::BUTTON_POS_1_DEFAULT +
(nsIPrompt::BUTTON_TITLE_YES * nsIPrompt::BUTTON_POS_0) +
(nsIPrompt::BUTTON_TITLE_NO * nsIPrompt::BUTTON_POS_1) +
(nsIPrompt::BUTTON_TITLE_IS_STRING * nsIPrompt::BUTTON_POS_2),