2010-11-30 15:35:52 +01:00
|
|
|
# HG changeset patch
|
|
|
|
# User Wolfgang Rosenauer <wr@rosenauer.org>
|
2013-08-07 14:18:59 +02:00
|
|
|
# Parent fd73fd56ea00523bcdca2ad4be06d3640888fd58
|
2010-11-30 15:35:52 +01:00
|
|
|
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
|
2013-08-07 14:18:59 +02:00
|
|
|
@@ -207,17 +207,17 @@ pref("extensions.{972ce4c6-7e08-4474-a28
|
|
|
|
pref("xpinstall.whitelist.add", "addons.mozilla.org");
|
|
|
|
pref("xpinstall.whitelist.add.36", "getpersonas.com");
|
|
|
|
pref("xpinstall.whitelist.add.180", "marketplace.firefox.com");
|
2010-11-30 15:35:52 +01:00
|
|
|
|
|
|
|
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");
|
|
|
|
|
2012-06-05 20:01:53 +02:00
|
|
|
pref("general.smoothScroll", true);
|
2010-11-30 15:35:52 +01:00
|
|
|
#ifdef UNIX_BUT_NOT_MAC
|
|
|
|
pref("general.autoScroll", false);
|
|
|
|
#else
|
|
|
|
pref("general.autoScroll", true);
|
|
|
|
#endif
|