Bug 286718 Enter doesn't replace in spell check dialog r=IanN sr=mscott

git-svn-id: svn://10.0.0.236/trunk@239379 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
neil%parkwaycc.co.uk
2007-11-14 10:44:41 +00:00
parent 11fac523f3
commit 01c370824a

View File

@@ -568,7 +568,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")