Bug 692445 - Fix behavior of change language button on about:home. r=mfinkle

This commit is contained in:
Wes Johnston 2011-10-07 11:14:38 -07:00
parent 6f4ecbed27
commit d5106b6410

View File

@ -158,7 +158,7 @@
function openLocalePicker() {
let win = getChromeWin();
win.BrowserUI.showPanel("prefs-container");
win.document.getElementById("prefs-languages").click();
win.document.getElementById("prefs-uilanguage-button").click();
}
function init() {