From 2e38cc1da966c1d39bfaaaebb8c0326d975442e3 Mon Sep 17 00:00:00 2001 From: Moonchild Date: Tue, 5 Jan 2021 11:51:24 +0000 Subject: [PATCH 1/2] [Basilisk] Update about box link to point to rpmo. --- application/basilisk/base/content/aboutDialog.xul | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/basilisk/base/content/aboutDialog.xul b/application/basilisk/base/content/aboutDialog.xul index 5780e5ec13..b1fcd6afcc 100644 --- a/application/basilisk/base/content/aboutDialog.xul +++ b/application/basilisk/base/content/aboutDialog.xul @@ -131,7 +131,7 @@ Basilisk is community software released by and Mozilla developers. Learn to this software. - Want to help? Please consider or get involved with our of the Unified XUL Platform. + Want to help? Please consider or get involved with our of the Unified XUL Platform. #endif From 926243b4065ab7356c97559ccf6018dc5448f24b Mon Sep 17 00:00:00 2001 From: Moonchild Date: Tue, 5 Jan 2021 13:14:40 +0000 Subject: [PATCH 2/2] [Basilisk] Update comment. --- application/basilisk/app/Makefile.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/application/basilisk/app/Makefile.in b/application/basilisk/app/Makefile.in index 5f82f6930c..edb52e46c5 100644 --- a/application/basilisk/app/Makefile.in +++ b/application/basilisk/app/Makefile.in @@ -24,8 +24,8 @@ NSDISTMODE = copy include $(topsrcdir)/config/config.mk ifeq ($(OS_ARCH),WINNT) -# Rebuild firefox.exe if the manifest changes - it's included by splash.rc. -# (this dependency should really be just for firefox.exe, not other targets) +# Rebuild basilisk.exe if the manifest changes - it's included by splash.rc. +# (this dependency should really be just for basilisk.exe, not other targets) # Note the manifest file exists in the tree, so we use the explicit filename # here. EXTRA_DEPS += basilisk.exe.manifest