diff options
author | Ruben Rodriguez <ruben@trisquel.info> | 2022-09-08 20:35:27 -0400 |
---|---|---|
committer | Ruben Rodriguez <ruben@trisquel.info> | 2022-09-08 20:35:27 -0400 |
commit | 34d10f8767c087221798c33410abc75d4da96c9b (patch) | |
tree | 58945bf22707600aea5057b53cd1bbc5ff5ae1a6 /makeicecat | |
parent | c93596f6288dd4130ab6b4f3b5063c9da1eb3c98 (diff) |
Add 'IceCat Settings' entry to application menus
Diffstat (limited to 'makeicecat')
-rwxr-xr-x | makeicecat | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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() |