зеркало из https://github.com/mozilla/gecko-dev.git
Fix for smoke test blocker bug #39426 (the spellchecker is not being recognized as present (missing))
Corrected spellchecker progid string. r=sfraser@netscape.com a=leaf@netcape.com
This commit is contained in:
Родитель
3d81202616
Коммит
9a4918da40
|
@ -1363,7 +1363,7 @@ function IsSpellCheckerInstalled()
|
|||
if (gSoughtSpellChecker)
|
||||
return gHaveSpellChecker;
|
||||
|
||||
var spellcheckerClass = Components.classes["org.mozilla.spellchecker.1"];
|
||||
var spellcheckerClass = Components.classes["mozilla.spellchecker.1"];
|
||||
gHaveSpellChecker = (spellcheckerClass != null);
|
||||
gSoughtSpellChecker = true;
|
||||
return gHaveSpellChecker;
|
||||
|
|
Загрузка…
Ссылка в новой задаче