mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 286718 Enter doesn't replace in spell check dialog r=IanN sr=mscott
This commit is contained in:
parent
b5e809bc0a
commit
450b245331
@ -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")
|
||||
|
Loading…
Reference in New Issue
Block a user