summaryrefslogtreecommitdiff
path: root/frontends/riscos/gui.c
diff options
context:
space:
mode:
authorJohn-Mark Bell <jmb@netsurf-browser.org>2022-05-27 20:32:07 +0100
committerJohn-Mark Bell <jmb@netsurf-browser.org>2022-05-27 20:32:07 +0100
commit230aa1736ff7e2aa77a5fc4fce55f5b048f9a9e4 (patch)
treed080044fd9f7953aea8581ae7d97208313ab6df9 /frontends/riscos/gui.c
parenteb94b0696c637e4c7295a6771ffad17b62d8a49a (diff)
downloadnetsurf-230aa1736ff7e2aa77a5fc4fce55f5b048f9a9e4.tar.gz
netsurf-230aa1736ff7e2aa77a5fc4fce55f5b048f9a9e4.tar.bz2
RISC OS: use OS CertData resource, if present
Diffstat (limited to 'frontends/riscos/gui.c')
-rw-r--r--frontends/riscos/gui.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontends/riscos/gui.c b/frontends/riscos/gui.c
index 6b8f1a56b..22f6f257c 100644
--- a/frontends/riscos/gui.c
+++ b/frontends/riscos/gui.c
@@ -306,7 +306,7 @@ set_colour_from_wimp(struct nsoption_s *opts,
static nserror set_defaults(struct nsoption_s *defaults)
{
/* Set defaults for absent option strings */
- nsoption_setnull_charp(ca_bundle, strdup("NetSurf:Resources.ca-bundle"));
+ nsoption_setnull_charp(ca_bundle, strdup("<NetSurf$CABundle>"));
nsoption_setnull_charp(cookie_file, strdup("NetSurf:Cookies"));
nsoption_setnull_charp(cookie_jar, strdup(CHOICES_PREFIX "Cookies"));