From f9a8a26f862069c0ca841e1ee5b798e9a625d65e Mon Sep 17 00:00:00 2001 From: Christian Persch Date: Fri, 14 Mar 2008 21:57:03 +0000 Subject: Add netError overrides for the cert exception dialogue. svn path=/trunk/; revision=8109 --- data/chrome/Makefile.am | 4 ++++ data/chrome/app-chrome.manifest.in | 1 + 2 files changed, 5 insertions(+) (limited to 'data') diff --git a/data/chrome/Makefile.am b/data/chrome/Makefile.am index 45419f902..04c575340 100644 --- a/data/chrome/Makefile.am +++ b/data/chrome/Makefile.am @@ -14,6 +14,10 @@ branding_DATA = $(branding_in_files:%.in=%) globalchromedir = $(manifestdir)/global globalchrome_DATA = about.xhtml +if HAVE_GECKO_1_9 +globalchrome_DATA += netError.dtd +endif + EXTRA_DIST = \ $(manifest_in_files) \ $(branding_in_files) \ diff --git a/data/chrome/app-chrome.manifest.in b/data/chrome/app-chrome.manifest.in index f75c35f04..150f691ea 100644 --- a/data/chrome/app-chrome.manifest.in +++ b/data/chrome/app-chrome.manifest.in @@ -1,3 +1,4 @@ override chrome://branding/locale/brand.properties file://@CHROMEDIR@/branding/brand.properties override chrome://branding/locale/brand.dtd file://@CHROMEDIR@/branding/brand.dtd override chrome://global/content/about.xhtml file://@CHROMEDIR@/global/about.xhtml +override chrome://global/locale/netErrorApp.dtd file://@CHROMEDIR@/global/netError.dtd -- cgit v1.2.3