diff --git a/browser/base/content/about.gif b/browser/base/content/about.gif new file mode 100644 index 000000000000..32959c011276 Binary files /dev/null and b/browser/base/content/about.gif differ diff --git a/browser/base/content/aboutDialog.xul b/browser/base/content/aboutDialog.xul new file mode 100644 index 000000000000..33090282e596 --- /dev/null +++ b/browser/base/content/aboutDialog.xul @@ -0,0 +1,85 @@ + + + + + + + +%brandDTD; + +%aboutDialogDTD; +]> + + + + + + + + + + + + + ©right; + + + + \ No newline at end of file diff --git a/browser/base/content/browser.js b/browser/base/content/browser.js index b379e8c6d48f..fc7661c590ac 100644 --- a/browser/base/content/browser.js +++ b/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/browser/base/jar.mn b/browser/base/jar.mn index feffad29ace8..ec8fcbc53608 100644 --- a/browser/base/jar.mn +++ b/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/browser/base/locale/aboutDialog.dtd b/browser/base/locale/aboutDialog.dtd new file mode 100644 index 000000000000..e37b0e538c59 --- /dev/null +++ b/browser/base/locale/aboutDialog.dtd @@ -0,0 +1,2 @@ + + \ No newline at end of file