Bug 1426640 - Rename Daily to Thunderbird Daily. r=jorgk

Port of m-c bugs:
Bug 1378834 - Rename Nightly to Firefox Nightly
Bug 1404796 - On mac, the app name is "FirefoxNightly" when it should be "Firefox Nightly"
This commit is contained in:
Richard Marti 2017-12-21 13:37:52 +01:00
Родитель 574f568098
Коммит cf76633330
8 изменённых файлов: 9 добавлений и 3 удалений

Просмотреть файл

@ -8,6 +8,7 @@
# BrandFullNameInternal is used for some registry and file system values # BrandFullNameInternal is used for some registry and file system values
# instead of BrandFullName and typically should not be modified. # instead of BrandFullName and typically should not be modified.
!define BrandFullNameInternal "Daily" !define BrandFullNameInternal "Daily"
!define BrandFullName "Thunderbird Daily"
!define CompanyName "mozilla.org" !define CompanyName "mozilla.org"
!define URLInfoAbout "http://www.mozilla.org/" !define URLInfoAbout "http://www.mozilla.org/"
!define URLUpdateInfo "http://www.mozilla.org/products/thunderbird/" !define URLUpdateInfo "http://www.mozilla.org/products/thunderbird/"

Просмотреть файл

@ -2,4 +2,4 @@
# License, v. 2.0. If a copy of the MPL was not distributed with this # 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/. # file, You can obtain one at http://mozilla.org/MPL/2.0/.
MOZ_APP_DISPLAYNAME=Daily MOZ_APP_DISPLAYNAME=Thunderbird Daily

Двоичные данные
mail/branding/nightly/content/about-wordmark.png

Двоичный файл не отображается.

До

Ширина:  |  Высота:  |  Размер: 2.1 KiB

После

Ширина:  |  Высота:  |  Размер: 4.0 KiB

Просмотреть файл

@ -4,6 +4,6 @@
<!ENTITY brandShortName "Daily"> <!ENTITY brandShortName "Daily">
<!ENTITY brandShorterName "Daily"> <!ENTITY brandShorterName "Daily">
<!ENTITY brandFullName "Daily"> <!ENTITY brandFullName "Thunderbird Daily">
<!ENTITY vendorShortName "mozilla.org"> <!ENTITY vendorShortName "mozilla.org">
<!ENTITY trademarkInfo.part1 " "> <!ENTITY trademarkInfo.part1 " ">

Просмотреть файл

@ -4,6 +4,6 @@
brandShortName=Daily brandShortName=Daily
brandShorterName=Daily brandShorterName=Daily
brandFullName=Daily brandFullName=Thunderbird Daily
vendorShortName=mozilla.org vendorShortName=mozilla.org

Просмотреть файл

@ -21,7 +21,9 @@
!define BrandShortName "@MOZ_APP_DISPLAYNAME@" !define BrandShortName "@MOZ_APP_DISPLAYNAME@"
!define PreReleaseSuffix "@PRE_RELEASE_SUFFIX@" !define PreReleaseSuffix "@PRE_RELEASE_SUFFIX@"
!ifndef BrandFullName
!define BrandFullName "${BrandFullNameInternal}${PreReleaseSuffix}" !define BrandFullName "${BrandFullNameInternal}${PreReleaseSuffix}"
!endif
!define CERTIFICATE_NAME "Mozilla Corporation" !define CERTIFICATE_NAME "Mozilla Corporation"
!define CERTIFICATE_ISSUER "DigiCert SHA2 Assured ID Code Signing CA" !define CERTIFICATE_ISSUER "DigiCert SHA2 Assured ID Code Signing CA"

Просмотреть файл

@ -51,7 +51,9 @@ Var BrandFullName
; We keep defines.nsi defined so that we get other things like ; We keep defines.nsi defined so that we get other things like
; the version number, but we redefine BrandFullName ; the version number, but we redefine BrandFullName
!define MaintFullName "Mozilla Maintenance Service" !define MaintFullName "Mozilla Maintenance Service"
!ifdef BrandFullName
!undef BrandFullName !undef BrandFullName
!endif
!define BrandFullName "${MaintFullName}" !define BrandFullName "${MaintFullName}"
!include common.nsh !include common.nsh

Просмотреть файл

@ -40,6 +40,7 @@
# BrandFullNameInternal is used for some registry and file system values # BrandFullNameInternal is used for some registry and file system values
# instead of BrandFullName and typically should not be modified. # instead of BrandFullName and typically should not be modified.
!define BrandFullNameInternal "Mozilla Thunderbird" !define BrandFullNameInternal "Mozilla Thunderbird"
!define BrandFullName "Mozilla Thunderbird"
!define CompanyName "Mozilla Corporation" !define CompanyName "Mozilla Corporation"
!define URLInfoAbout "http://www.mozilla.org/${AB_CD}/" !define URLInfoAbout "http://www.mozilla.org/${AB_CD}/"
!define URLUpdateInfo "http://www.mozilla.org/${AB_CD}/thunderbird/" !define URLUpdateInfo "http://www.mozilla.org/${AB_CD}/thunderbird/"