Allow GTK to include inline resources for default css
This commit is contained in:
parent
3160f9fd89
commit
11dc7304d9
|
@ -51,7 +51,10 @@
|
|||
<file>ja/welcome.html</file>
|
||||
<file>nl/welcome.html</file>
|
||||
<file>maps.html</file>
|
||||
<file>adblock.css</file>
|
||||
<file>default.css</file>
|
||||
<file>internal.css</file>
|
||||
<file>quirks.css</file>
|
||||
<file>netsurf.png</file>
|
||||
<file>default.ico</file>
|
||||
<file>icons/arrow-l.png</file>
|
||||
|
|
|
@ -113,7 +113,10 @@ static struct nsgtk_resource_s direct_resource[] = {
|
|||
RES_ENTRY("credits.html"),
|
||||
RES_ENTRY("licence.html"),
|
||||
RES_ENTRY("maps.html"),
|
||||
RES_ENTRY("default.css"),
|
||||
RES_ENTRY("adblock.css"),
|
||||
RES_ENTRY("internal.css"),
|
||||
RES_ENTRY("quirks.css"),
|
||||
RES_ENTRY("netsurf.png"),
|
||||
RES_ENTRY("default.ico"),
|
||||
RES_ENTRY("icons/arrow-l.png"),
|
||||
|
|
Loading…
Reference in New Issue