diff --git a/xpfe/global/resources/content/MANIFEST b/xpfe/global/resources/content/MANIFEST index 2de139e97f8a..5c9f2cf3b9b3 100644 --- a/xpfe/global/resources/content/MANIFEST +++ b/xpfe/global/resources/content/MANIFEST @@ -13,6 +13,7 @@ commonDialog.xul commonDialog.js strres.js about.html +logo.gif credits.html about.xul charsetOverlay.xul diff --git a/xpfe/global/resources/content/Makefile.in b/xpfe/global/resources/content/Makefile.in index 40caddfb1b07..05b8f8b89289 100644 --- a/xpfe/global/resources/content/Makefile.in +++ b/xpfe/global/resources/content/Makefile.in @@ -46,6 +46,7 @@ EXPORT_RESOURCE_CONTENT = \ $(srcdir)/charsetOverlay.js \ $(srcdir)/strres.js \ $(srcdir)/about.html \ + $(srcdir)/logo.gif \ $(srcdir)/about.xul \ $(srcdir)/credits.html \ $(srcdir)/mozilla.html \ diff --git a/xpfe/global/resources/content/about.html b/xpfe/global/resources/content/about.html index c5b3dc057652..5f48e3d4f15c 100644 --- a/xpfe/global/resources/content/about.html +++ b/xpfe/global/resources/content/about.html @@ -30,9 +30,24 @@ LINK="#0000EE" VLINK="#551A8B" ALINK="#FF0000">
-

Mozilla m14

+ + + + + + + + +
+ + +
+

Mozilla M14

+
+
+
diff --git a/xpfe/global/resources/content/logo.gif b/xpfe/global/resources/content/logo.gif new file mode 100644 index 000000000000..2e1bc88978a4 Binary files /dev/null and b/xpfe/global/resources/content/logo.gif differ diff --git a/xpfe/global/resources/content/makefile.win b/xpfe/global/resources/content/makefile.win index 7fd465e7c0db..b4b0283738c4 100644 --- a/xpfe/global/resources/content/makefile.win +++ b/xpfe/global/resources/content/makefile.win @@ -43,6 +43,7 @@ install:: $(MAKE_INSTALL) commonDialog.js $(DISTBROWSER) $(MAKE_INSTALL) strres.js $(DISTBROWSER) $(MAKE_INSTALL) about.html $(DISTBROWSER) + $(MAKE_INSTALL) logo.gif $(DISTBROWSER) $(MAKE_INSTALL) about.xul $(DISTBROWSER) $(MAKE_INSTALL) mozilla.html $(DISTBROWSER) $(MAKE_INSTALL) credits.html $(DISTBROWSER)