Mozilla/mozilla/browser/app/firefox-branding.js
gavin%gavinsharp.com ce89dc0f38 Bug 350453: move branding-specific prefs to a special branding prefs file, to avoid ifdef OFFICIAL_BRANDING in firefox.js, r=bsmedberg
git-svn-id: svn://10.0.0.236/trunk@208653 18797224-902f-48f8-a5cc-f745e15eee43
2006-08-28 19:36:26 +00:00

12 lines
697 B
JavaScript

pref("startup.homepage_override_url","http://www.mozilla.org/projects/%APP%/%VERSION%/whatsnew/");
pref("startup.homepage_welcome_url","http://www.mozilla.org/projects/%APP%/%VERSION%/firstrun/");
// URL user can browse to manually if for some reason all update installation
// attempts fail.
pref("app.update.url.manual", "http://www.mozilla.org/products/%APP%/");
// A default value for the "More information about this update" link
// supplied in the "An update is available" page of the update wizard.
pref("app.update.url.details", "http://www.mozilla.org/projects/%APP%/");
// Release notes URL
pref("app.releaseNotesURL", "http://www.mozilla.org/projects/%APP%/%VERSION%/releasenotes/");