Split some release-specific prefs back out to their individual files.

This commit is contained in:
Pale Moon
2016-10-28 00:33:44 +02:00
committed by roytam1
parent d6d35a1027
commit bc1605ab12
3 changed files with 7 additions and 0 deletions
@@ -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");
@@ -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");
@@ -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");