summaryrefslogtreecommitdiff
path: root/framebuffer
diff options
context:
space:
mode:
Diffstat (limited to 'framebuffer')
-rw-r--r--framebuffer/gui.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/framebuffer/gui.c b/framebuffer/gui.c
index 5671adc8a..fc63b6df1 100644
--- a/framebuffer/gui.c
+++ b/framebuffer/gui.c
@@ -336,7 +336,7 @@ void gui_init(int argc, char** argv)
messages_load(buf);
/* load browser options */
- fb_find_resource(buf, "Options", "~/.netsurf/Options");
+ fb_find_resource(buf, "Choices-fb", "~/.netsurf/Choices-fb");
LOG(("Using '%s' as Preferences file", buf));
options_file_location = strdup(buf);
options_read(buf);