Fix for bug #54731 (Spellchecker stops working after you close the Edit Personal Dictionary dialog)

Removed call to editorShell.UninitSpellChecker() inside Close().
This fix is already checked into the Netscape_20000922_BRANCH.
sr,a=sfraser@netscape.com
This commit is contained in:
kin%netscape.com 2000-10-04 13:38:41 +00:00
parent 2127db55fe
commit 057220774a

View File

@ -185,8 +185,7 @@ dump("ResetSelectedItem to index="+index+"\n");
function Close()
{
// Shutdown the spell check and close the dialog
spellChecker.UninitSpellChecker();
// Close the dialog
SaveWindowLocation();
window.close();
}