summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gtk/res/netsurf.gresource.xml3
-rw-r--r--gtk/resources.c3
2 files changed, 6 insertions, 0 deletions
diff --git a/gtk/res/netsurf.gresource.xml b/gtk/res/netsurf.gresource.xml
index ca4c9e326..7e08b0b72 100644
--- a/gtk/res/netsurf.gresource.xml
+++ b/gtk/res/netsurf.gresource.xml
@@ -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>
diff --git a/gtk/resources.c b/gtk/resources.c
index c9f08f4b7..f5b13f1df 100644
--- a/gtk/resources.c
+++ b/gtk/resources.c
@@ -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"),