diff options
author | Jan Horak <jhorak@redhat.com> | 2019-12-18 13:45:51 +0100 |
---|---|---|
committer | Jan Horak <jhorak@redhat.com> | 2019-12-18 13:45:51 +0100 |
commit | fe214117e10a900c7404cf49cf25bf8fa97592d9 (patch) | |
tree | 40fd12813404541a0e711f9757df26751050be34 /mozilla-1603112-accept-lang.patch | |
parent | Merge branch 'master' into f31 (diff) | |
parent | Fix for wrong intl.accept_lang when using non en-us langpack (diff) | |
download | librewolf-fedora-ff-fe214117e10a900c7404cf49cf25bf8fa97592d9.tar.gz librewolf-fedora-ff-fe214117e10a900c7404cf49cf25bf8fa97592d9.tar.bz2 librewolf-fedora-ff-fe214117e10a900c7404cf49cf25bf8fa97592d9.zip |
Merge branch 'master' into f31
Diffstat (limited to 'mozilla-1603112-accept-lang.patch')
-rw-r--r-- | mozilla-1603112-accept-lang.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/mozilla-1603112-accept-lang.patch b/mozilla-1603112-accept-lang.patch new file mode 100644 index 0000000..b67b232 --- /dev/null +++ b/mozilla-1603112-accept-lang.patch @@ -0,0 +1,12 @@ +diff --git a/intl/strres/nsStringBundle.cpp b/intl/strres/nsStringBundle.cpp +--- a/intl/strres/nsStringBundle.cpp ++++ b/intl/strres/nsStringBundle.cpp +@@ -66,7 +66,6 @@ + "chrome://global/locale/commonDialogs.properties", + "chrome://global/locale/css.properties", + "chrome://global/locale/dom/dom.properties", +- "chrome://global/locale/intl.properties", + "chrome://global/locale/layout/HtmlForm.properties", + "chrome://global/locale/layout/htmlparser.properties", + "chrome://global/locale/layout_errors.properties", + |