firefox-no-default-ualocale.patch
changeset 880 349bcaa18df4
parent 869 0dd25a92df97
child 909 c6717354928b
equal deleted inserted replaced
879:3b986c9dbc5f 880:349bcaa18df4
     1 # HG changeset patch
     1 # HG changeset patch
     2 # User Wolfgang Rosenauer <wr@rosenauer.org>
     2 # User Wolfgang Rosenauer <wr@rosenauer.org>
     3 # Parent 099312626f5f7c9cb5573a61d0230574ee12a660
     3 # Parent 099312626f5f7c9cb5573a61d0230574ee12a660
     4 # Parent  9e46107bf33966236739600abba9dc8d97fd9d7f
     4 # Parent  ab1135c098843a4a4c5153bd361b964986fccefa
     5 Do not overwrite the locale dynamic pref from xulrunner's all.js with a wrong default value
     5 Do not overwrite the locale dynamic pref from xulrunner's all.js with a wrong default value
     6 
     6 
     7 diff --git a/browser/app/profile/firefox.js b/browser/app/profile/firefox.js
     7 diff --git a/browser/app/profile/firefox.js b/browser/app/profile/firefox.js
     8 --- a/browser/app/profile/firefox.js
     8 --- a/browser/app/profile/firefox.js
     9 +++ b/browser/app/profile/firefox.js
     9 +++ b/browser/app/profile/firefox.js
    10 @@ -251,17 +251,17 @@ pref("browser.uitour.url", "https://www.
    10 @@ -254,17 +254,17 @@ pref("browser.uitour.url", "https://www.
    11  pref("browser.uitour.readerViewTrigger", "^https:\/\/www\.mozilla\.org\/[^\/]+\/firefox\/reading\/start");
    11  pref("browser.uitour.readerViewTrigger", "^https:\\/\\/www\\.mozilla\\.org\\/[^\\/]+\\/firefox\\/reading\\/start");
    12  
    12  
    13  pref("browser.customizemode.tip0.shown", false);
    13  pref("browser.customizemode.tip0.shown", false);
    14  pref("browser.customizemode.tip0.learnMoreUrl", "https://support.mozilla.org/1/firefox/%VERSION%/%OS%/%LOCALE%/customize");
    14  pref("browser.customizemode.tip0.learnMoreUrl", "https://support.mozilla.org/1/firefox/%VERSION%/%OS%/%LOCALE%/customize");
    15  
    15  
    16  pref("keyword.enabled", true);
    16  pref("keyword.enabled", true);