Bug 361170: "never show this dialog again" may be too confusing for end user. Patch by Benoît <benoit@gawab.com>, r+sr=jst

git-svn-id: svn://10.0.0.236/trunk@216040 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
ajschult%verizon.net
2006-11-29 00:38:50 +00:00
parent 82959fb332
commit 6cb4fa848c
2 changed files with 2 additions and 2 deletions

View File

@@ -776,7 +776,7 @@ nsJSContext::DOMBranchCallback(JSContext *cx, JSScript *script)
getter_Copies(stopButton));
rv |= bundle->GetStringFromName(NS_LITERAL_STRING("WaitForScriptButton").get(),
getter_Copies(waitButton));
rv |= bundle->GetStringFromName(NS_LITERAL_STRING("NeverShowDialogAgain").get(),
rv |= bundle->GetStringFromName(NS_LITERAL_STRING("DontAskAgain").get(),
getter_Copies(neverShowDlg));