зеркало из https://github.com/mozilla/gecko-dev.git
Bug 983583 - define missing PREF_SELECTED_LOCALE for Australis menu panel, f=aryx, rs=me
This commit is contained in:
Родитель
2df97e60e4
Коммит
059b64503c
|
@ -460,6 +460,7 @@ const PanelUI = {
|
|||
* @return the selected locale or "en-US" if none is selected
|
||||
*/
|
||||
function getLocale() {
|
||||
const PREF_SELECTED_LOCALE = "general.useragent.locale";
|
||||
try {
|
||||
let locale = Services.prefs.getComplexValue(PREF_SELECTED_LOCALE,
|
||||
Ci.nsIPrefLocalizedString);
|
||||
|
|
Загрузка…
Ссылка в новой задаче