mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-11-24 23:39:51 +03:00
Set fallback favicon.
svn path=/trunk/netsurf/; revision=13016
This commit is contained in:
parent
7900404447
commit
426df17ff4
@ -292,6 +292,8 @@ nsurl *gui_get_resource_url(const char *path)
|
||||
path = "CSS";
|
||||
else if (strcmp(path, "quirks.css") == 0)
|
||||
path = "Quirks";
|
||||
else if (strcmp(path, "favicon.ico") == 0)
|
||||
path = "Icons/content.png";
|
||||
|
||||
path_len = strlen(path);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user