summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Drake <tlsa@netsurf-browser.org>2009-06-28 20:49:19 +0000
committerMichael Drake <tlsa@netsurf-browser.org>2009-06-28 20:49:19 +0000
commite92e36de85897cd637e483a1b4e40d865ff696b4 (patch)
treeeddb6b9765af8448b25e8f3e55e4af34bd42357c
parent1e5644ba5e62084ad57b3ddef723451542505bcc (diff)
downloadnetsurf-e92e36de85897cd637e483a1b4e40d865ff696b4.tar.gz
netsurf-e92e36de85897cd637e483a1b4e40d865ff696b4.tar.bz2
Make choices file "Choices-fb".
svn path=/trunk/netsurf/; revision=8127
-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);