Make choices file "Choices-fb".

svn path=/trunk/netsurf/; revision=8127
This commit is contained in:
Michael Drake 2009-06-28 20:49:19 +00:00
parent 1e5644ba5e
commit e92e36de85
1 changed files with 1 additions and 1 deletions

View File

@ -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);