diff options
author | Sibelle <lesibel@free.fr> | 2011-07-15 14:49:12 +0200 |
---|---|---|
committer | Sibelle <lesibel@free.fr> | 2011-07-15 14:49:12 +0200 |
commit | 8dafe7dbaa6b4b4fe03d6f8386cf752f11351269 (patch) | |
tree | dce9e570658b3a1c50e7c827b98c0408bc1e027e /extra/thunderbird/thunderbird-3.0-lang.patch | |
parent | 72e74c1d0064bbf4d3f40e2ddd51020428d33154 (diff) | |
download | nutyx-extra-8dafe7dbaa6b4b4fe03d6f8386cf752f11351269.tar.gz nutyx-extra-8dafe7dbaa6b4b4fe03d6f8386cf752f11351269.tar.bz2 nutyx-extra-8dafe7dbaa6b4b4fe03d6f8386cf752f11351269.tar.xz nutyx-extra-8dafe7dbaa6b4b4fe03d6f8386cf752f11351269.zip |
thunderbird 5.0-1 ajout port
Diffstat (limited to 'extra/thunderbird/thunderbird-3.0-lang.patch')
-rw-r--r-- | extra/thunderbird/thunderbird-3.0-lang.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/extra/thunderbird/thunderbird-3.0-lang.patch b/extra/thunderbird/thunderbird-3.0-lang.patch new file mode 100644 index 000000000..b9f4a5cde --- /dev/null +++ b/extra/thunderbird/thunderbird-3.0-lang.patch @@ -0,0 +1,11 @@ +--- comm-1.9.1/mozilla/modules/libpref/src/init/all.js 2009-10-11 02:12:44.000000000 +0200 ++++ comm-1.9.1/mozilla/modules/libpref/src/init/all.js 2009-09-16 02:56:45.000000000 +0200 +@@ -890,7 +890,7 @@ + pref("intl.charset.detector", "chrome://global/locale/intl.properties"); + pref("intl.charset.default", "chrome://global-platform/locale/intl.properties"); + pref("intl.ellipsis", "chrome://global-platform/locale/intl.properties"); +-pref("intl.locale.matchOS", false); ++pref("intl.locale.matchOS", true); + // fallback charset list for Unicode conversion (converting from Unicode) + // currently used for mail send only to handle symbol characters (e.g Euro, trademark, smartquotes) + // for ISO-8859-1 |