Fix assert on password dialog coming up. Bug 295290, r=mconnor, a=asa
git-svn-id: svn://10.0.0.236/trunk@173726 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
318f94c11b
commit
b6511d89e3
@ -1186,9 +1186,7 @@ nsPasswordManager::Notify(nsIContent* aFormNode,
|
|||||||
|
|
||||||
nsAutoString dialogTitle, dialogText, neverText;
|
nsAutoString dialogTitle, dialogText, neverText;
|
||||||
GetLocalizedString(NS_LITERAL_STRING("savePasswordTitle"), dialogTitle);
|
GetLocalizedString(NS_LITERAL_STRING("savePasswordTitle"), dialogTitle);
|
||||||
GetLocalizedString(NS_LITERAL_STRING("savePasswordText"),
|
GetLocalizedString(NS_LITERAL_STRING("savePasswordText"), dialogText);
|
||||||
dialogText,
|
|
||||||
PR_TRUE);
|
|
||||||
GetLocalizedString(NS_LITERAL_STRING("neverForSite"), neverText);
|
GetLocalizedString(NS_LITERAL_STRING("neverForSite"), neverText);
|
||||||
|
|
||||||
PRInt32 selection;
|
PRInt32 selection;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user