wok-6.x diff firefox/stuff/mozilla-firefox-1.0-lang.patch @ rev 12742
Add softgun (ARM/emb system emulator)
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Tue May 08 00:04:31 2012 +0200 (2012-05-08) |
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 Tue May 08 00:04:31 2012 +0200 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);