add new branding string bundle (#27294)

r=tao
This commit is contained in:
alecf%netscape.com 2000-02-11 00:58:28 +00:00
parent 38b667748a
commit aafbb019b2
4 changed files with 6 additions and 2 deletions

View File

@ -7,5 +7,4 @@ charsetDetectorsOverlay.dtd
wizardManager.properties
wizardOverlay.dtd
about.dtd
brand.properties

View File

@ -35,6 +35,7 @@ EXPORT_RESOURCE_CONTENT = \
$(srcdir)/commonDialog.dtd \
$(srcdir)/charsetOverlay.dtd \
$(srcdir)/charsetDetectorsOverlay.dtd \
$(srcdir)/brand.properties \
$(srcdir)/wizardManager.properties \
$(srcdir)/wizardOverlay.dtd \
$(srcdir)/about.dtd \

View File

@ -0,0 +1,3 @@
brandShortName=Mozilla
productShortName=Mozilla

View File

@ -35,6 +35,7 @@ install::
$(MAKE_INSTALL) commonDialog.dtd $(DISTBROWSER)
$(MAKE_INSTALL) charsetOverlay.dtd $(DISTBROWSER)
$(MAKE_INSTALL) charsetDetectorsOverlay.dtd $(DISTBROWSER)
$(MAKE_INSTALL) brand.properties $(DISTBROWSER)
$(MAKE_INSTALL) wizardManager.properties $(DISTBROWSER)
$(MAKE_INSTALL) wizardOverlay.dtd $(DISTBROWSER)
$(MAKE_INSTALL) about.dtd $(DISTBROWSER)