mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-26 14:22:01 +00:00
Bug 432938 - "Use GTK stock icon for netError favicon instead of Windows icon" [p=reed r+sr=jst r=dietrich a1.9=schrep]
This commit is contained in:
parent
cdc2c657bc
commit
7fb19b8ba6
@ -1,2 +1,2 @@
|
||||
toolkit.jar:
|
||||
content/global/netError.xhtml
|
||||
* content/global/netError.xhtml
|
||||
|
@ -61,7 +61,11 @@
|
||||
<link rel="stylesheet" href="chrome://global/skin/netError.css" type="text/css" media="all" />
|
||||
<!-- If the location of the favicon is changed here, the FAVICON_ERRORPAGE_URL symbol in
|
||||
toolkit/components/places/src/nsFaviconService.h should be updated. -->
|
||||
#ifdef MOZ_WIDGET_GTK2
|
||||
<link rel="icon" type="image/png" id="favicon" href="moz-icon://stock/gtk-dialog-warning?size=menu"/>
|
||||
#else
|
||||
<link rel="icon" type="image/png" id="favicon" href="chrome://global/skin/icons/warning-16.png"/>
|
||||
#endif
|
||||
|
||||
<script type="application/x-javascript"><![CDATA[
|
||||
// Error url MUST be formatted like this:
|
||||
|
Loading…
Reference in New Issue
Block a user