From e92e36de85897cd637e483a1b4e40d865ff696b4 Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Sun, 28 Jun 2009 20:49:19 +0000 Subject: Make choices file "Choices-fb". svn path=/trunk/netsurf/; revision=8127 --- framebuffer/gui.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- cgit v1.2.3