73072, spellchecker fix. sr=sfraser, sspitzer

This commit is contained in:
blakeross%telocity.com 2001-03-22 21:37:41 +00:00
parent a277c0c4b0
commit 8245834b42

View File

@ -362,7 +362,7 @@ function SelectLanguage()
var item = dialog.LanguageMenulist.selectedItem;
try {
spellChecker.SetCurrentDictionary(item.data);
spellChecker.SetCurrentDictionary(item.value);
} catch (ex) {
dump(ex);
}