mozilla-preferences.patch
branchfirefox7
changeset 339 db8b891eeb1e
child 703 c4aab80e472f
equal deleted inserted replaced
337:cf16b6560dd1 339:db8b891eeb1e
       
     1 From: Wolfgang Rosenauer <wr@rosenauer.org>
       
     2 Subject: use system locale if available
       
     3 This setting used to live in the branding-openSUSE package but this is causing too much
       
     4 confusion and therefore is currently the only setting we switch in the unbranded
       
     5 package unconditionally.
       
     6 
       
     7 # HG changeset patch
       
     8 # Parent 020571ebc3766a68f1e50780b910c51d1bb76087
       
     9 diff --git a/modules/libpref/src/init/all.js b/modules/libpref/src/init/all.js
       
    10 --- a/modules/libpref/src/init/all.js
       
    11 +++ b/modules/libpref/src/init/all.js
       
    12 @@ -1085,17 +1085,17 @@ pref("intl.charsetmenu.browser.unicode",
       
    13  pref("intl.charsetmenu.mailedit",           "chrome://global/locale/intl.properties");
       
    14  pref("intl.charsetmenu.browser.cache",      "");
       
    15  pref("intl.charsetmenu.mailview.cache",     "");
       
    16  pref("intl.charsetmenu.composer.cache",     "");
       
    17  pref("intl.charsetmenu.browser.cache.size", 5);
       
    18  pref("intl.charset.detector",               "chrome://global/locale/intl.properties");
       
    19  pref("intl.charset.default",                "chrome://global-platform/locale/intl.properties");
       
    20  pref("intl.ellipsis",                       "chrome://global-platform/locale/intl.properties");
       
    21 -pref("intl.locale.matchOS",                 false);
       
    22 +pref("intl.locale.matchOS",                 true);
       
    23  // fallback charset list for Unicode conversion (converting from Unicode)
       
    24  // currently used for mail send only to handle symbol characters (e.g Euro, trademark, smartquotes)
       
    25  // for ISO-8859-1
       
    26  pref("intl.fallbackCharsetList.ISO-8859-1", "windows-1252");
       
    27  pref("font.language.group",                 "chrome://global/locale/intl.properties");
       
    28  
       
    29  // these locales have right-to-left UI
       
    30  pref("intl.uidirection.ar", "rtl");