diff options
Diffstat (limited to 'patches/debian-hacks/Icedove-branding.patch')
-rw-r--r-- | patches/debian-hacks/Icedove-branding.patch | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/patches/debian-hacks/Icedove-branding.patch b/patches/debian-hacks/Icedove-branding.patch new file mode 100644 index 0000000..bc57894 --- /dev/null +++ b/patches/debian-hacks/Icedove-branding.patch @@ -0,0 +1,37 @@ +From: =?utf-8?q?Guido_G=C3=BCnther?= <agx@sigxcpu.org> +Date: Sat, 24 Nov 2012 11:36:16 +0100 +Subject: Icedove branding + +--- + im/app/application.ini | 2 +- + mail/confvars.sh | 4 ++-- + 2 files changed, 3 insertions(+), 3 deletions(-) + +diff --git a/im/app/application.ini b/im/app/application.ini +index 856b900..9ffa5d8 100644 +--- a/im/app/application.ini ++++ b/im/app/application.ini +@@ -4,7 +4,7 @@ + + #filter substitution + [App] +-Name=Instantbird ++Name=Icedove + Version=@APP_VERSION@ + BuildID=@GRE_BUILDID@ + #ifdef MOZ_SOURCE_REPO +diff --git a/mail/confvars.sh b/mail/confvars.sh +index bbf6f2d..57d0097 100644 +--- a/mail/confvars.sh ++++ b/mail/confvars.sh +@@ -3,8 +3,8 @@ + # License, v. 2.0. If a copy of the MPL was not distributed with this + # file, You can obtain one at http://mozilla.org/MPL/2.0/. + +-MOZ_APP_BASENAME=Thunderbird +-MOZ_APP_NAME=thunderbird ++MOZ_APP_BASENAME=Icedove ++MOZ_APP_NAME=icedove + MOZ_UPDATER=1 + MOZ_THUNDERBIRD=1 + MOZ_APP_STATIC_INI=1 |