Bug #286718 --> mailnews spell check - [Enter] no longer chooses 'replace' although 'replace' is 'active' button.
patch by neil git-svn-id: svn://10.0.0.236/trunk@170901 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
03b407b345
commit
e11dfeddd6
@ -530,7 +530,7 @@ function SetReplaceEnable()
|
||||
function doDefault()
|
||||
{
|
||||
if (gDialog.ReplaceButton.getAttribute("default") == "true")
|
||||
Replace();
|
||||
Replace(gDialog.ReplaceWordInput.value);
|
||||
else if (gDialog.IgnoreButton.getAttribute("default") == "true")
|
||||
Ignore();
|
||||
else if (gDialog.CloseButton.getAttribute("default") == "true")
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user