wok-next annotate firefox/stuff/firefox-branding.js @ rev 197

UP : firefox (2.0.0.12) fix firstrun URL and add a .desktop
author Christophe Lincoln <pankso@slitaz.org>
date Sat Feb 09 22:56:39 2008 +0100 (2008-02-09)
parents
children
rev   line source
pankso@197 1 pref("startup.homepage_override_url","http://www.mozilla.com/%APP%/%VERSION%/whatsnew/");
pankso@197 2 pref("startup.homepage_welcome_url","http://www.mozilla.com/%APP%/%VERSION%/firstrun/");
pankso@197 3 // URL user can browse to manually if for some reason all update installation
pankso@197 4 // attempts fail.
pankso@197 5 pref("app.update.url.manual", "http://www.mozilla.org/products/%APP%/");
pankso@197 6 // A default value for the "More information about this update" link
pankso@197 7 // supplied in the "An update is available" page of the update wizard.
pankso@197 8 pref("app.update.url.details", "http://www.mozilla.org/projects/%APP%/");
pankso@197 9
pankso@197 10 // Release notes URL
pankso@197 11 pref("app.releaseNotesURL", "http://www.mozilla.org/%APP%/%VERSION%/releasenotes/");
pankso@197 12
pankso@197 13 // Search codes belong only in builds with official branding
pankso@197 14 pref("browser.search.param.yahoo-fr", "");
pankso@197 15 pref("browser.search.param.yahoo-fr-cjkt", "");
pankso@197 16 pref("browser.search.param.yahoo-f-CN", "");