From e11dfeddd6c8f0f9f518bb6bb046ce3dba5a4ec0 Mon Sep 17 00:00:00 2001 From: "scott%scott-macgregor.org" Date: Fri, 18 Mar 2005 18:40:47 +0000 Subject: [PATCH] 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 --- mozilla/mail/components/compose/content/EdSpellCheck.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mozilla/mail/components/compose/content/EdSpellCheck.js b/mozilla/mail/components/compose/content/EdSpellCheck.js index e61038614f9..c0de052cc0c 100644 --- a/mozilla/mail/components/compose/content/EdSpellCheck.js +++ b/mozilla/mail/components/compose/content/EdSpellCheck.js @@ -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")