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:
scott%scott-macgregor.org 2005-03-18 18:40:47 +00:00
parent 03b407b345
commit e11dfeddd6

View File

@ -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")