diff --git a/mozilla/browser/base/content/about.gif b/mozilla/browser/base/content/about.gif new file mode 100644 index 00000000000..32959c01127 Binary files /dev/null and b/mozilla/browser/base/content/about.gif differ diff --git a/mozilla/browser/base/content/aboutDialog.xul b/mozilla/browser/base/content/aboutDialog.xul new file mode 100644 index 00000000000..33090282e59 --- /dev/null +++ b/mozilla/browser/base/content/aboutDialog.xul @@ -0,0 +1,85 @@ + + + + + + + +%brandDTD; + +%aboutDialogDTD; +]> + + + + + + + + + + + + + ©right; + + + + \ No newline at end of file diff --git a/mozilla/browser/base/content/browser.js b/mozilla/browser/base/content/browser.js index b379e8c6d48..fc7661c590a 100644 --- a/mozilla/browser/base/content/browser.js +++ b/mozilla/browser/base/content/browser.js @@ -2482,7 +2482,7 @@ function OpenTaskURL( inURL ) function goAboutDialog() { - window.openDialog("chrome://global/content/about.xul", "About", "modal,chrome,resizable=yes,height=450,width=550"); + window.openDialog("chrome://browser/content/aboutDialog.xul", "About", "modal,chrome,resizable=no"); } diff --git a/mozilla/browser/base/jar.mn b/mozilla/browser/base/jar.mn index feffad29ace..ec8fcbc5360 100644 --- a/mozilla/browser/base/jar.mn +++ b/mozilla/browser/base/jar.mn @@ -6,6 +6,8 @@ browser.jar: content/browser/customizeToolbar.xul (content/customizeToolbar.xul) content/browser/customizeToolbar.js (content/customizeToolbar.js) content/browser/customizeToolbar.css (content/customizeToolbar.css) + content/browser/about.gif (content/about.gif) + content/browser/aboutDialog.xul (content/aboutDialog.xul) classic.jar: skin/classic/browser/browser.css (skin/browser.css) @@ -41,6 +43,7 @@ en-US.jar: locale/en-US/browser/browser.dtd (locale/browser.dtd) locale/en-US/browser/browser.properties (locale/browser.properties) locale/en-US/browser/customizeToolbar.dtd (locale/customizeToolbar.dtd) + locale/en-US/browser/aboutDialog.dtd (locale/aboutDialog.dtd) US.jar: locale/US/browser-region/region.properties (locale/region.properties) diff --git a/mozilla/browser/base/locale/aboutDialog.dtd b/mozilla/browser/base/locale/aboutDialog.dtd new file mode 100644 index 00000000000..e37b0e538c5 --- /dev/null +++ b/mozilla/browser/base/locale/aboutDialog.dtd @@ -0,0 +1,2 @@ + + \ No newline at end of file