firefox-no-default-ualocale.patch
author Wolfgang Rosenauer <wr@rosenauer.org>
Thu, 02 Jan 2014 22:32:12 +0100
branchfirefox26
changeset 695 81c8f51dbf67
parent 680 be770d3cbc02
child 691 18c2dc922e51
permissions -rw-r--r--
add missing fixes

# HG changeset patch
# User Wolfgang Rosenauer <wr@rosenauer.org>
# Parent 4ecbbda17c2a7a8f62beb568ab838b45beaaf36a
Do not overwrite the locale dynamic pref from xulrunner's all.js with a wrong default value

diff --git a/browser/app/profile/firefox.js b/browser/app/profile/firefox.js
--- a/browser/app/profile/firefox.js
+++ b/browser/app/profile/firefox.js
@@ -215,17 +215,17 @@ pref("extensions.{972ce4c6-7e08-4474-a28
 
 pref("xpinstall.whitelist.add", "addons.mozilla.org");
 pref("xpinstall.whitelist.add.180", "marketplace.firefox.com");
 
 pref("lightweightThemes.update.enabled", true);
 
 pref("keyword.enabled", true);
 
-pref("general.useragent.locale", "@AB_CD@");
+pref("general.useragent.locale", "chrome://global/locale/intl.properties");
 pref("general.skins.selectedSkin", "classic/1.0");
 
 pref("general.smoothScroll", true);
 #ifdef UNIX_BUT_NOT_MAC
 pref("general.autoScroll", false);
 #else
 pref("general.autoScroll", true);
 #endif