[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[tor-commits] [tor-browser/tor-browser-38.1.0esr-5.0-1] fixup! Bug #2176: Rebrand Firefox to TorBrowser
commit 1861a3a6666878241e348ae537c6776a3b2b25cb
Author: Kathy Brade <brade@xxxxxxxxxxxxxxxxx>
Date: Fri Oct 24 14:07:03 2014 -0400
fixup! Bug #2176: Rebrand Firefox to TorBrowser
Our app display name, "Tor Browser", was truncated to "Tor" within Windows
resources (FileDescription, InternalName, and ProductName fields). Fixed by
adding quotes around parameters passed to the version_win.pl program.
---
config/version.mk | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/config/version.mk b/config/version.mk
index 14c76b1..8a44d8f 100644
--- a/config/version.mk
+++ b/config/version.mk
@@ -15,7 +15,7 @@ ifeq ($(MOZ_WIDGET_TOOLKIT),windows)
ifndef RESFILE
RCFILE=./module.rc
RESFILE=./module.res
-_RC_STRING = -QUIET 1 -DEPTH $(DEPTH) -TOPSRCDIR $(MOZILLA_DIR) -OBJDIR . -SRCDIR $(srcdir) -DISPNAME $(MOZ_APP_DISPLAYNAME) -APPVERSION "$(MOZ_APP_VERSION)"
+_RC_STRING = -QUIET 1 -DEPTH $(DEPTH) -TOPSRCDIR $(MOZILLA_DIR) -OBJDIR . -SRCDIR $(srcdir) -DISPNAME "$(MOZ_APP_DISPLAYNAME)" -APPVERSION "$(MOZ_APP_VERSION)"
ifdef MOZILLA_OFFICIAL
_RC_STRING += -OFFICIAL 1
endif
_______________________________________________
tor-commits mailing list
tor-commits@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits