From 34d10f8767c087221798c33410abc75d4da96c9b Mon Sep 17 00:00:00 2001 From: Ruben Rodriguez Date: Thu, 8 Sep 2022 20:35:27 -0400 Subject: Add 'IceCat Settings' entry to application menus --- makeicecat | 3 +++ 1 file changed, 3 insertions(+) (limited to 'makeicecat') diff --git a/makeicecat b/makeicecat index 1fae906..a8e5761 100755 --- a/makeicecat +++ b/makeicecat @@ -445,6 +445,9 @@ EOF cp "${DATADIR}"/newtab/*.ico browser/components/newtab/data/content/tippytop/favicons/ cp "${DATADIR}"/newtab/*.png browser/components/newtab/data/content/tippytop/images/ + + # IceCat menu l10n + /bin/sed '/appmenuitem-settings/,+1s/\(.*.label = \)\(.*\)/\1\2\nappmenuitem-icecat-settings =\n\1IceCat \2/' -i ./l10n/*/browser/browser/appmenu.ftl ./browser/locales/en-US/browser/appmenu.ftl } configure_search() -- cgit v1.2.3