epiphany r8109 - trunk/data/chrome



Author: chpe
Date: Fri Mar 14 21:57:03 2008
New Revision: 8109
URL: http://svn.gnome.org/viewvc/epiphany?rev=8109&view=rev

Log:
Add netError overrides for the cert exception dialogue.


Modified:
   trunk/data/chrome/Makefile.am
   trunk/data/chrome/app-chrome.manifest.in

Modified: trunk/data/chrome/Makefile.am
==============================================================================
--- trunk/data/chrome/Makefile.am	(original)
+++ trunk/data/chrome/Makefile.am	Fri Mar 14 21:57:03 2008
@@ -14,6 +14,10 @@
 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)	\

Modified: trunk/data/chrome/app-chrome.manifest.in
==============================================================================
--- trunk/data/chrome/app-chrome.manifest.in	(original)
+++ trunk/data/chrome/app-chrome.manifest.in	Fri Mar 14 21:57:03 2008
@@ -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



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]