f4f7c37ab7
--HG-- extra : convert_revision : 6896987e07f49bc53bbb6804d056a6e10cb00fdb
19 lines
1.1 KiB
Diff
19 lines
1.1 KiB
Diff
--- browser/branding/unofficial/pref/firefox-branding.js~ 2009-06-13 16:57:53.000000000 +0200
|
|
+++ browser/branding/unofficial/pref/firefox-branding.js 2009-06-13 16:59:17.000000000 +0200
|
|
@@ -1,5 +1,5 @@
|
|
-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/");
|
|
+pref("startup.homepage_override_url","http://www.mozilla.com/%APP%/%VERSION%/whatsnew/");
|
|
+pref("startup.homepage_welcome_url","http://www.mozilla.com/%APP%/%VERSION%/firstrun/");
|
|
// The time interval between checks for a new version (in seconds)
|
|
// nightly=8 hours, official=24 hours
|
|
pref("app.update.interval", 28800);
|
|
@@ -11,7 +11,7 @@
|
|
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/");
|
|
+pref("app.releaseNotesURL", "http://www.mozilla.com/%APP%/%VERSION%/releasenotes/");
|
|
|
|
// Search codes belong only in builds with official branding
|
|
pref("browser.search.param.yahoo-fr", "");
|