From 7155de6730bac6549b53cb08b746581d5ce4fa50 Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Sun, 22 Nov 2009 21:42:30 +0100 Subject: updates Signed-off-by: Florian Pritz --- thunderbird3/default_locale.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 thunderbird3/default_locale.patch (limited to 'thunderbird3/default_locale.patch') diff --git a/thunderbird3/default_locale.patch b/thunderbird3/default_locale.patch new file mode 100644 index 0000000..6b903cd --- /dev/null +++ b/thunderbird3/default_locale.patch @@ -0,0 +1,11 @@ +--- comm-central/mozilla/modules/libpref/src/init/all.js 2009-10-11 02:12:44.000000000 +0200 ++++ comm-central/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 -- cgit v1.2.3-24-g4f1b