diff --git a/navigator/components/preferences/content/pref-content.js b/navigator/components/preferences/content/pref-content.js index 877a9c55..8c73c8f5 100644 --- a/navigator/components/preferences/content/pref-content.js +++ b/navigator/components/preferences/content/pref-content.js @@ -188,11 +188,5 @@ function InitLanguageMenu() { } function SelectLanguage(aTarget) { - if (aTarget.value != "more-cmd") - gLastSelectedLang = aTarget; - else { - openDictionaryList(); - if (gLastSelectedLang) - document.getElementById("languageMenuList").selectedItem = gLastSelectedLang; - } + gLastSelectedLang = aTarget; } \ No newline at end of file diff --git a/navigator/components/preferences/content/pref-content.xul b/navigator/components/preferences/content/pref-content.xul index 3195b220..f9cbfbef 100644 --- a/navigator/components/preferences/content/pref-content.xul +++ b/navigator/components/preferences/content/pref-content.xul @@ -150,8 +150,7 @@ preference="spellchecker.dictionary"> - - + @@ -170,6 +169,11 @@ + +