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

This commit is contained in:
neil@parkwaycc.co.uk 2007-11-14 02:44:41 -08:00
Родитель 8c7b9e5828
Коммит 03cbcef7ff
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -568,7 +568,7 @@ function SetReplaceEnable()
function doDefault() function doDefault()
{ {
if (gDialog.ReplaceButton.getAttribute("default") == "true") if (gDialog.ReplaceButton.getAttribute("default") == "true")
Replace(); Replace(gDialog.ReplaceWordInput.value);
else if (gDialog.IgnoreButton.getAttribute("default") == "true") else if (gDialog.IgnoreButton.getAttribute("default") == "true")
Ignore(); Ignore();
else if (gDialog.CloseButton.getAttribute("default") == "true") else if (gDialog.CloseButton.getAttribute("default") == "true")