Bug 432938 - "Use GTK stock icon for netError favicon instead of Windows icon" [p=reed r+sr=jst r=dietrich a1.9=schrep]

git-svn-id: svn://10.0.0.236/trunk@251451 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
reed%reedloden.com 2008-05-09 07:25:30 +00:00
parent 2042805a0e
commit dd16a18170

View File

@ -129,5 +129,9 @@ private:
};
#define FAVICON_DEFAULT_URL "chrome://mozapps/skin/places/defaultFavicon.png"
#ifdef MOZ_WIDGET_GTK2
#define FAVICON_ERRORPAGE_URL "moz-icon://stock/gtk-dialog-warning?size=menu"
#else
#define FAVICON_ERRORPAGE_URL "chrome://global/skin/icons/warning-16.png"
#endif
#define FAVICON_ANNOTATION_NAME "favicon"