summaryrefslogtreecommitdiff
path: root/frontends/windows/prefs.c
diff options
context:
space:
mode:
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);