Skip to content

Commit 1da6164

Browse files
committed
Forgot to apply ESR branding
1 parent e933515 commit 1da6164

File tree

8 files changed

+22
-22
lines changed

8 files changed

+22
-22
lines changed

browser/branding/official/branding.nsi

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88

99
# BrandFullNameInternal is used for some registry and file system values
1010
# instead of BrandFullName and typically should not be modified.
11-
!define BrandFullNameInternal "Eclipse r3dfox"
12-
!define BrandFullName "Eclipse r3dfox"
11+
!define BrandFullNameInternal "Eclipse r3dfox ESR"
12+
!define BrandFullName "Eclipse r3dfox ESR"
1313
!define CompanyName "Eclipse Community"
1414
!define URLInfoAbout "https://eclipse.cx"
1515
!define URLUpdateInfo "https://github.com/Eclipse-Community/r3dfox/releases"

browser/branding/official/configure.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
# License, v. 2.0. If a copy of the MPL was not distributed with this
33
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
44

5-
MOZ_APP_NAME=r3dfox
5+
MOZ_APP_NAME=r3dfox_esr
66

7-
MOZ_APP_BASENAME=r3dfox
7+
MOZ_APP_BASENAME="r3dfox ESR"
88

9-
MOZ_APP_DISPLAYNAME=r3dfox
9+
MOZ_APP_DISPLAYNAME="r3dfox ESR"
1010

1111
MOZ_APP_UA_NAME=r3dfox
1212

browser/branding/official/locales/en-US/brand.ftl

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@
1616
## For further details, consult:
1717
## https://mozilla-l10n.github.io/styleguides/mozilla_general/#brands-copyright-and-trademark
1818

19-
-brand-shorter-name = r3dfox
20-
-brand-short-name = r3dfox
21-
-brand-shortcut-name = r3dfox
22-
-brand-full-name = Eclipse r3dfox
19+
-brand-shorter-name = r3dfox ESR
20+
-brand-short-name = r3dfox ESR
21+
-brand-shortcut-name = r3dfox ESR
22+
-brand-full-name = Eclipse r3dfox ESR
2323
# This brand name can be used in messages where the product name needs to
2424
# remain unchanged across different versions (Nightly, Beta, etc.).
25-
-brand-product-name = r3dfox
25+
-brand-product-name = r3dfox ESR
2626
-vendor-short-name = Eclipse Community
2727
trademarkInfo = { "r3dfox logos are copyrights of Eclipse Community." }

browser/branding/official/locales/en-US/brand.properties

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
# License, v. 2.0. If a copy of the MPL was not distributed with this
33
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
44

5-
brandShorterName=r3dfox
6-
brandShortName=r3dfox
7-
brandFullName=Eclipse r3dfox
5+
brandShorterName=r3dfox ESR
6+
brandShortName=r3dfox ESR
7+
brandFullName=Eclipse r3dfox ESR
88
# LOCALIZATION NOTE(brandProductName):
99
# This brand name can be used in messages where the product name needs to
1010
# remain unchanged across different versions (Nightly, Beta, etc.).
11-
brandProductName=r3dfox
11+
brandProductName=r3dfox ESR
1212
vendorShortName=Eclipse Community
1313
syncBrandShortName=r3dfox Sync

mozconfigs/mozconfig-win-cross-x64

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ ac_add_options --target=x86_64-pc-mingw32
55
ac_add_options --with-toolchain-prefix=x86_64-pc-mingw32
66

77
# Please do not redistribute this build with official branding if you are not part of Eclipse Community.
8-
ac_add_options --with-app-name=r3dfox
9-
ac_add_options --with-app-basename=r3dfox
8+
ac_add_options --with-app-name=r3dfox_esr
9+
ac_add_options --with-app-basename="r3dfox ESR"
1010
# For potential nightly experimentation enable the below and disable the above.
1111
#ac_add_options --with-branding=browser/branding/nightly
1212
#ac_add_options --with-app-name=plasmafox

mozconfigs/mozconfig-win-cross-x86

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ ac_add_options --with-toolchain-prefix=i686-pc-mingw32
66
ac_add_options --disable-sandbox
77

88
# Please do not redistribute this build with official branding if you are not part of Eclipse Community.
9-
ac_add_options --with-app-name=r3dfox
10-
ac_add_options --with-app-basename=r3dfox
9+
ac_add_options --with-app-name=r3dfox_esr
10+
ac_add_options --with-app-basename="r3dfox ESR"
1111
# For potential nightly experimentation enable the below and disable the above.
1212
#ac_add_options --with-branding=browser/branding/nightly
1313
#ac_add_options --with-app-name=plasmafox

mozconfigs/mozconfig-win-x64

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
ac_add_options --target=x86_64
77

88
# Please do not redistribute this build with official branding if you are not part of Eclipse Community.
9-
ac_add_options --with-app-name=r3dfox
10-
ac_add_options --with-app-basename=r3dfox
9+
ac_add_options --with-app-name=r3dfox_esr
10+
ac_add_options --with-app-basename="r3dfox ESR"
1111
# For potential nightly experimentation enable the below and disable the above.
1212
#ac_add_options --with-branding=browser/branding/nightly
1313
#ac_add_options --with-app-name=plasmafox

mozconfigs/mozconfig-win-x86

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ ac_add_options --target=i686
77
ac_add_options --disable-sandbox
88

99
# Please do not redistribute this build with official branding if you are not part of Eclipse Community.
10-
ac_add_options --with-app-name=r3dfox
11-
ac_add_options --with-app-basename=r3dfox
10+
ac_add_options --with-app-name=r3dfox_esr
11+
ac_add_options --with-app-basename="r3dfox ESR"
1212
# For potential nightly experimentation enable the below and disable the above.
1313
#ac_add_options --with-branding=browser/branding/nightly
1414
#ac_add_options --with-app-name=plasmafox

0 commit comments

Comments
 (0)