diff options
author | Ruben Rodriguez <ruben@gnu.org> | 2015-10-10 11:33:20 -0500 |
---|---|---|
committer | Ruben Rodriguez <ruben@gnu.org> | 2015-10-12 23:20:55 -0500 |
commit | 19efa592c33fc29f973c5f06b9062a49465abc0a (patch) | |
tree | c113f279e87761ccc73a5948fa75b03623b16222 | |
parent | a7507d30aed8f858742ce478afc1888bfef6f240 (diff) |
Removed moz donation link in about screen
-rw-r--r-- | makeicecat | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -308,6 +308,8 @@ do find -name aboutRights.dtd | xargs sed -i "s/ENTITY $STRING.*/ENTITY $STRING \"\">/" done +sed '/helpus.start/d' -i browser/base/content/aboutDialog.xul + cp $DATA/aboutRights.xhtml toolkit/content/aboutRights.xhtml cp $DATA/aboutRights.xhtml toolkit/content/aboutRights-unbranded.xhtml |