Magellan Linux

Contents of /trunk/mozilla-firefox/patches/mozilla-firefox-2.0.0.9-language.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 393 - (show annotations) (download)
Mon Nov 5 12:14:06 2007 UTC (16 years, 6 months ago) by niro
File size: 569 byte(s)
-enable variable languages via environment vars

1 --- mozilla/browser/app/profile/firefox.js.lang 2005-01-13 15:32:03.509282726 +0100
2 +++ mozilla/browser/app/profile/firefox.js 2005-01-13 15:33:40.220914789 +0100
3 @@ -253,6 +253,9 @@
4 pref("font.language.group", "chrome://global/locale/intl.properties");
5 pref("intl.menuitems.alwaysappendaccesskeys","chrome://global/locale/intl.properties");
6
7 +// Use LANG environment variable to choose locale
8 +pref("intl.locale.matchOS", true);
9 +
10 // 0=lines, 1=pages, 2=history , 3=text size
11 pref("mousewheel.withcontrolkey.action",3);
12 pref("mousewheel.withshiftkey.action",2);