commit f70ecf4ba62cbbb5c31feba50c7225dce54dd650 Author: Sukhbir Singh sukhbir@torproject.org Date: Tue Apr 21 11:28:11 2015 -0400
Add patch for setting Tor Messenger as the brand name --- projects/instantbird/config | 1 + projects/instantbird/name.patch | 46 +++++++++++++++++++++++++++++++++++++++ 2 files changed, 47 insertions(+)
diff --git a/projects/instantbird/config b/projects/instantbird/config index d8443db..0edbf91 100644 --- a/projects/instantbird/config +++ b/projects/instantbird/config @@ -68,6 +68,7 @@ input_files: - filename: theme-extension-update.patch - filename: installer.patch - filename: cert_override.txt + - filename: branding/name.patch - filename: fix-mingw-build.patch enable: '[% c("var/windows") %]' - filename: 'mozconfig-[% c("var/osname") %]' diff --git a/projects/instantbird/name.patch b/projects/instantbird/name.patch new file mode 100644 index 0000000..378c6db --- /dev/null +++ b/projects/instantbird/name.patch @@ -0,0 +1,46 @@ +diff --git a/im/branding/messenger/branding.nsi b/im/branding/messenger/branding.nsi +index e5b5348..276722b 100755 +--- a/im/branding/messenger/branding.nsi ++++ b/im/branding/messenger/branding.nsi +@@ -6,8 +6,8 @@ + + # BrandFullNameInternal is used for some registry and file system values that + # should not contain release that may be in the BrandFullName (e.g. Beta 1, etc.) +-!define BrandFullNameInternal "Instantbird" +-!define CompanyName "Instantbird" +-!define URLInfoAbout "http://www.instantbird.com/" +-!define URLUpdateInfo "http://www.instantbird.com/" ++!define BrandFullNameInternal "Tor Messenger" ++!define CompanyName "Tor Messenger" ++!define URLInfoAbout "https://www.torproject.org" ++!define URLUpdateInfo "https://www.torproject.org" + +diff --git a/im/branding/messenger/locales/en-US/brand.dtd b/im/branding/messenger/locales/en-US/brand.dtd +index c569ebb..2d6a5d8 100644 +--- a/im/branding/messenger/locales/en-US/brand.dtd ++++ b/im/branding/messenger/locales/en-US/brand.dtd +@@ -4,7 +4,7 @@ + + <!-- nightly branding --> + +-<!ENTITY brandShortName "Instantbird"> +-<!ENTITY brandFullName "Instantbird - Nightly"> ++<!ENTITY brandShortName "Tor Messenger"> ++<!ENTITY brandFullName "Tor Messenger - Alpha"> + <!ENTITY brandMotto "'Cause geeks can also do magic!"> +-<!ENTITY vendorShortName "Instantbird"> ++<!ENTITY vendorShortName "Tor Messenger"> +diff --git a/im/branding/messenger/locales/en-US/brand.properties b/im/branding/messenger/locales/en-US/brand.properties +index f949ced..93528a3 100644 +--- a/im/branding/messenger/locales/en-US/brand.properties ++++ b/im/branding/messenger/locales/en-US/brand.properties +@@ -2,6 +2,6 @@ + # 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/. + +-brandShortName=Instantbird +-brandFullName=Instantbird - Nightly +-vendorShortName=Instantbird ++brandShortName=Tor Messenger ++brandFullName=Tor Messenger - Alpha ++vendorShortName=Tor Messenger
tor-commits@lists.torproject.org