diff options
author | Gaming4JC <g4jc@bulletmail.org> | 2018-08-15 18:37:20 -0400 |
---|---|---|
committer | Gaming4JC <g4jc@bulletmail.org> | 2018-08-15 18:37:20 -0400 |
commit | ab4800475651e4c78a0598d28e857ccb9ff746dc (patch) | |
tree | f6338afc03b60e91bb30e95f6e5af8eaec9090d4 | |
parent | 5dc7306df6cc5cf24d6fc6ba14bc245f33c145ac (diff) | |
download | iceweasel-uxp-ab4800475651e4c78a0598d28e857ccb9ff746dc.tar.gz |
add app.releaseNotesURL to branding prefs
-rw-r--r-- | branding/iceweasel/pref/iceweasel-uxp-branding.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/branding/iceweasel/pref/iceweasel-uxp-branding.js b/branding/iceweasel/pref/iceweasel-uxp-branding.js index 92b81a2..f8beac5 100644 --- a/branding/iceweasel/pref/iceweasel-uxp-branding.js +++ b/branding/iceweasel/pref/iceweasel-uxp-branding.js @@ -5,6 +5,7 @@ pref("startup.homepage_override_url", ""); pref("startup.homepage_welcome_url", ""); pref("startup.homepage_welcome_url.additional", ""); +pref("app.releaseNotesURL", "https://wiki.hyperbola.info/doku.php?id=en:project:iceweasel-uxp"); // The time interval between checks for a new version (in seconds) pref("app.update.interval", 86400); // 24 hours // The time interval between the downloading of mar file chunks in the |