From bc1605ab129d3e4beba2b9f6bfb848bc6fbde674 Mon Sep 17 00:00:00 2001 From: Pale Moon Date: Fri, 28 Oct 2016 00:33:44 +0200 Subject: [PATCH] Split some release-specific prefs back out to their individual files. --- browser/branding/official/pref/firefox-branding.js | 2 ++ browser/branding/unofficial/pref/firefox-branding.js | 3 +++ browser/branding/unstable/pref/firefox-branding.js | 2 ++ 3 files changed, 7 insertions(+) diff --git a/browser/branding/official/pref/firefox-branding.js b/browser/branding/official/pref/firefox-branding.js index 7256f39b3b..58eef59e13 100644 --- a/browser/branding/official/pref/firefox-branding.js +++ b/browser/branding/official/pref/firefox-branding.js @@ -3,3 +3,5 @@ #include ../../shared/pref/preferences.inc #include ../../shared/pref/uaoverrides.inc +pref("startup.homepage_override_url","http://www.palemoon.org/releasenotes.shtml"); +pref("app.releaseNotesURL", "http://www.palemoon.org/releasenotes.shtml"); diff --git a/browser/branding/unofficial/pref/firefox-branding.js b/browser/branding/unofficial/pref/firefox-branding.js index 0ec8ba2c7f..ae700635b8 100644 --- a/browser/branding/unofficial/pref/firefox-branding.js +++ b/browser/branding/unofficial/pref/firefox-branding.js @@ -2,3 +2,6 @@ #filter emptyLines #include ../../shared/pref/preferences.inc #include ../../shared/pref/uaoverrides.inc + +pref("startup.homepage_override_url","http://www.palemoon.org/unofficial.shtml"); +pref("app.releaseNotesURL", "http://www.palemoon.org/releasenotes.shtml"); diff --git a/browser/branding/unstable/pref/firefox-branding.js b/browser/branding/unstable/pref/firefox-branding.js index 7256f39b3b..b1febaecaf 100644 --- a/browser/branding/unstable/pref/firefox-branding.js +++ b/browser/branding/unstable/pref/firefox-branding.js @@ -3,3 +3,5 @@ #include ../../shared/pref/preferences.inc #include ../../shared/pref/uaoverrides.inc +pref("startup.homepage_override_url","http://www.palemoon.org/unstable/releasenotes.shtml"); +pref("app.releaseNotesURL", "http://www.palemoon.org/unstable/releasenotes.shtml");