diff --git a/xpfe/global/resources/locale/en-US/MANIFEST b/xpfe/global/resources/locale/en-US/MANIFEST index 3568a6e673d4..03a2d6255545 100644 --- a/xpfe/global/resources/locale/en-US/MANIFEST +++ b/xpfe/global/resources/locale/en-US/MANIFEST @@ -7,5 +7,4 @@ charsetDetectorsOverlay.dtd wizardManager.properties wizardOverlay.dtd about.dtd - - +brand.properties diff --git a/xpfe/global/resources/locale/en-US/Makefile.in b/xpfe/global/resources/locale/en-US/Makefile.in index 8d35f34bfc5d..1d42dc15e625 100644 --- a/xpfe/global/resources/locale/en-US/Makefile.in +++ b/xpfe/global/resources/locale/en-US/Makefile.in @@ -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 \ diff --git a/xpfe/global/resources/locale/en-US/brand.properties b/xpfe/global/resources/locale/en-US/brand.properties new file mode 100644 index 000000000000..04d185056139 --- /dev/null +++ b/xpfe/global/resources/locale/en-US/brand.properties @@ -0,0 +1,3 @@ +brandShortName=Mozilla +productShortName=Mozilla + diff --git a/xpfe/global/resources/locale/en-US/makefile.win b/xpfe/global/resources/locale/en-US/makefile.win index 49666597850d..eeb0f102ef37 100644 --- a/xpfe/global/resources/locale/en-US/makefile.win +++ b/xpfe/global/resources/locale/en-US/makefile.win @@ -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)