summaryrefslogtreecommitdiff
path: root/frontends/windows/prefs.c
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2019-12-10 22:48:42 +0000
committerVincent Sanders <vince@kyllikki.org>2019-12-10 23:12:10 +0000
commit77d184913b64b1613ac70acb23c1230c5ec41e67 (patch)
treecb3c7e023def8a5047bf783c46a09172d460355e /frontends/windows/prefs.c
parent56ddeed96c10bae6e67b7e15ee6fa982a0f40b3f (diff)
downloadnetsurf-77d184913b64b1613ac70acb23c1230c5ec41e67.tar.gz
netsurf-77d184913b64b1613ac70acb23c1230c5ec41e67.tar.bz2
rename global resource path variables in win32 frontend
Diffstat (limited to 'frontends/windows/prefs.c')
-rw-r--r--frontends/windows/prefs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontends/windows/prefs.c b/frontends/windows/prefs.c
index b2cb7b2d6..9937f2e42 100644
--- a/frontends/windows/prefs.c
+++ b/frontends/windows/prefs.c
@@ -699,7 +699,7 @@ nserror nsws_prefs_save(void)
char *choices = NULL;
nserror res;
- res = netsurf_mkpath(&choices, NULL, 2, nsw32_config_home, "Choices");
+ res = netsurf_mkpath(&choices, NULL, 2, G_config_path, "Choices");
if (res == NSERROR_OK) {
nsoption_write(choices, NULL, NULL);
free(choices);