summaryrefslogtreecommitdiff
path: root/src/icedove-branding
diff options
context:
space:
mode:
authorbill-auger <mr.j.spam.me@gmail.com>2023-03-31 23:51:04 -0400
committerbill-auger <mr.j.spam.me@gmail.com>2023-03-31 23:51:04 -0400
commit633b46dcdb2e5a28ff25982a66593c620c3c19c7 (patch)
tree2008330f01b4f0de0d5f0c05ed99ad33609cdd04 /src/icedove-branding
parentee305357a9ff23ae7561ef30ee0001ffaa24172d (diff)
Diffstat (limited to 'src/icedove-branding')
-rw-r--r--src/icedove-branding/moz.build5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/icedove-branding/moz.build b/src/icedove-branding/moz.build
index 626c0d2..7c8351d 100644
--- a/src/icedove-branding/moz.build
+++ b/src/icedove-branding/moz.build
@@ -8,7 +8,7 @@ DIRS += ['locales']
JAR_MANIFESTS += ['jar.mn']
@template
-def ThunderbirdBranding():
+def IcedoveBranding():
JS_PREFERENCE_FILES += [
'thunderbird-branding.js',
]
@@ -31,6 +31,7 @@ def ThunderbirdBranding():
'default32.png',
'default48.png',
'default64.png',
+ #'TB-symbolic.svg', # TODO: icedove-symbolic.svg
]
-ThunderbirdBranding()
+IcedoveBranding()