From a9836cb5696c98e69fe566e54a1b4a5f350dfb4a Mon Sep 17 00:00:00 2001 From: Mathwi <36977069+Mathwi@users.noreply.github.com> Date: Mon, 3 Jun 2019 20:18:56 -0500 Subject: [PATCH 1/2] Update Help link to point to msfn.org Same change as for Serpent; point the Help / Submit Feedback menu option to the msfn.org topic for unofficial builds of New Moon, instead of the Pale Moon forum. --- application/palemoon/branding/unofficial/branding.nsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/palemoon/branding/unofficial/branding.nsi b/application/palemoon/branding/unofficial/branding.nsi index 62ed242a25..de7fce295a 100644 --- a/application/palemoon/branding/unofficial/branding.nsi +++ b/application/palemoon/branding/unofficial/branding.nsi @@ -12,5 +12,5 @@ !define CompanyName "Moonchild Productions" !define URLInfoAbout "http://www.palemoon.org" !define URLUpdateInfo "http://www.palemoon.org" -!define HelpLink "http://www.palemoon.org" +!define HelpLink "https://msfn.org/board/topic/177125-my-build-of-new-moon-temp-name-aka-pale-moon-fork-targetting-xp/?do=getNewComment" !define URLSystemRequirements "http://www.palemoon.org/download.shtml" From 9e4dfbda34b4695f2807b1ca543d6492e4185021 Mon Sep 17 00:00:00 2001 From: Mathwi <36977069+Mathwi@users.noreply.github.com> Date: Mon, 3 Jun 2019 20:28:01 -0500 Subject: [PATCH 2/2] Remove palemoon.org from New Moon branding Two changes: First, blank out the pref that causes a palemoon.org page to open after updating the New Moon browser. Second, point release notes to the author's blog (as with Serpent) vs. the Pale Moon release notes. --- .../palemoon/branding/unofficial/pref/palemoon-branding.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/application/palemoon/branding/unofficial/pref/palemoon-branding.js b/application/palemoon/branding/unofficial/pref/palemoon-branding.js index 6f33ffa3d2..472c2b2e48 100644 --- a/application/palemoon/branding/unofficial/pref/palemoon-branding.js +++ b/application/palemoon/branding/unofficial/pref/palemoon-branding.js @@ -3,8 +3,8 @@ #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"); +pref("startup.homepage_override_url",""); +pref("app.releaseNotesURL", "https://rtfreesoft.blogspot.com/search/label/newmoon"); // Updates disabled pref("app.update.enabled", false);