зеркало из https://github.com/mozilla/pjs.git
Bug 286718 Enter doesn't replace in spell check dialog r=IanN sr=mscott
This commit is contained in:
Родитель
8c7b9e5828
Коммит
03cbcef7ff
|
@ -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")
|
||||||
|
|
Загрузка…
Ссылка в новой задаче