home *** CD-ROM | disk | FTP | other *** search
/ Revista do CD-ROM 123 / cdrom123.iso / essenc / extens / efore / ForecastFox.xpi / defaults / preferences / weatherfox.js
Encoding:
Text File  |  2004-09-20  |  1.3 KB  |  39 lines

  1. //global prefs
  2. pref("weatherfox.locid", "00000");
  3. pref("weatherfox.celcius", false);
  4. pref("weatherfox.migrated", false);
  5.  
  6. //display prefs
  7. pref("weatherfox.display.bar", "status-bar");
  8. pref("weatherfox.display.nextnode", "livemark-button");
  9. pref("weatherfox.display.insertafter", true);
  10.  
  11. //current condition prefs
  12. pref("weatherfox.current.display", true);
  13. pref("weatherfox.current.mode", 0); //0=icon, 1=label, 2=both
  14. pref("weatherfox.current.last", "0");
  15. pref("weatherfox.current.cache", "");
  16. pref("weatherfox.current.label", "wf.cc.label");
  17. pref("weatherfox.current.tooltip", "wf.cc.tooltip");
  18. pref("weatherfox.current.tipicon", true);
  19.  
  20. //forecast prefs
  21. pref("weatherfox.forecast.days", 2);
  22. pref("weatherfox.forecast.mode", 0); //0=icon, 1=label, 2=both
  23. pref("weatherfox.forecast.parts", 0); //0=days, 1=nights, 2=both
  24. pref("weatherfox.forecast.last", "0");
  25. pref("weatherfox.forecast.cache", "");
  26. pref("weatherfox.forecast.label", "wf.dayf.label");
  27. pref("weatherfox.forecast.tooltip", "wf.dayf.tooltip");
  28. pref("weatherfox.forecast.tipicon", true);
  29.  
  30. //links prefs
  31. pref("weatherfox.links.last", "0");
  32. pref("weatherfox.links.cache", "");
  33.  
  34. //slider prefs
  35. pref("weatherfox.slider.freq", 2);
  36. pref("weatherfox.slider.count", 1);
  37.  
  38. //profile prefs
  39. pref("weatherfox.profile", "default");