From fb327115f5f9857ff2b51c4f36bdf9bde5dc4e25 Mon Sep 17 00:00:00 2001 From: Mathwi <36977069+Mathwi@users.noreply.github.com> Date: Mon, 3 Jun 2019 19:43:02 -0500 Subject: [PATCH] Point release notes to author's Web page This change points the "What's New" link on the Help / About Serpent dialog to the author's blog listing recent versions instead of to a blank page. --- .../basilisk/branding/unofficial/pref/basilisk-branding.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/basilisk/branding/unofficial/pref/basilisk-branding.js b/application/basilisk/branding/unofficial/pref/basilisk-branding.js index a5b617a535..04263a5497 100644 --- a/application/basilisk/branding/unofficial/pref/basilisk-branding.js +++ b/application/basilisk/branding/unofficial/pref/basilisk-branding.js @@ -19,7 +19,7 @@ pref("startup.homepage_welcome_url", ""); pref("startup.homepage_welcome_url.additional", ""); // Version release notes -pref("app.releaseNotesURL", "about:blank"); +pref("app.releaseNotesURL", "https://rtfreesoft.blogspot.com/search/label/serpent"); // Vendor home page pref("app.vendorURL", "about:");