diff options
author | Christian Persch <chpe@src.gnome.org> | 2008-03-15 05:57:03 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2008-03-15 05:57:03 +0800 |
commit | f9a8a26f862069c0ca841e1ee5b798e9a625d65e (patch) | |
tree | 3f4c94d543b2ed7d0057a71fec1e278728b9ea7a /data/chrome/app-chrome.manifest.in | |
parent | f839b9ebca7ec2b32ef8e59806be54a919eb3322 (diff) | |
download | gsoc2013-epiphany-f9a8a26f862069c0ca841e1ee5b798e9a625d65e.tar gsoc2013-epiphany-f9a8a26f862069c0ca841e1ee5b798e9a625d65e.tar.gz gsoc2013-epiphany-f9a8a26f862069c0ca841e1ee5b798e9a625d65e.tar.bz2 gsoc2013-epiphany-f9a8a26f862069c0ca841e1ee5b798e9a625d65e.tar.lz gsoc2013-epiphany-f9a8a26f862069c0ca841e1ee5b798e9a625d65e.tar.xz gsoc2013-epiphany-f9a8a26f862069c0ca841e1ee5b798e9a625d65e.tar.zst gsoc2013-epiphany-f9a8a26f862069c0ca841e1ee5b798e9a625d65e.zip |
Add netError overrides for the cert exception dialogue.
svn path=/trunk/; revision=8109
Diffstat (limited to 'data/chrome/app-chrome.manifest.in')
-rw-r--r-- | data/chrome/app-chrome.manifest.in | 1 |
1 files changed, 1 insertions, 0 deletions
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 |