mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-03-02 14:30:43 +00:00
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:
parent
3d81202616
commit
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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user