wok diff firefox/stuff/mozilla-firefox-1.0-lang.patch @ rev 13074

Up: activeresource to 3.2.6.
author Christopher Rogers <slaxemulator@gmail.com>
date Mon Jun 25 08:35:57 2012 +0000 (2012-06-25)
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/firefox/stuff/mozilla-firefox-1.0-lang.patch	Mon Jun 25 08:35:57 2012 +0000
     1.3 @@ -0,0 +1,12 @@
     1.4 +--- mozilla/browser/app/profile/firefox.js.lang	2005-01-13 15:32:03.509282726 +0100
     1.5 ++++ mozilla/browser/app/profile/firefox.js	2005-01-13 15:33:40.220914789 +0100
     1.6 +@@ -253,6 +253,9 @@
     1.7 + pref("font.language.group", "chrome://global/locale/intl.properties");
     1.8 + pref("intl.menuitems.alwaysappendaccesskeys","chrome://global/locale/intl.properties");
     1.9 + 
    1.10 ++// Use LANG environment variable to choose locale
    1.11 ++pref("intl.locale.matchOS", true);
    1.12 ++
    1.13 + // 0=lines, 1=pages, 2=history , 3=text size
    1.14 + pref("mousewheel.withcontrolkey.action",3);
    1.15 + pref("mousewheel.withshiftkey.action",2);