wok diff seamonkey/stuff/prefs.js @ rev 10009

gnustep-gui: fix bdeps
author Christophe Lincoln <pankso@slitaz.org>
date Thu May 19 02:08:44 2011 +0200 (2011-05-19)
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/seamonkey/stuff/prefs.js	Thu May 19 02:08:44 2011 +0200
     1.3 @@ -0,0 +1,14 @@
     1.4 +/*
     1.5 + * Default prefs.js for Seamonkey on SliTaz GNU/Linux.
     1.6 + *
     1.7 + * This file can be used to customize the look of Mozilla's user interface
     1.8 + * You should consider using !important on rules which you want to
     1.9 + * override default settings.
    1.10 + *
    1.11 + * For more examples see http://www.mozilla.org/unix/customizing.html
    1.12 + *
    1.13 + */
    1.14 +
    1.15 +user_pref("general.useragent.locale", "fr");
    1.16 +user_pref("browser.startup.homepage", "file:///usr/share/webhome/index.html");
    1.17 +user_pref("general.skins.selectedSkin", "modern/1.0");