Make choices file "Choices-fb".
svn path=/trunk/netsurf/; revision=8127
This commit is contained in:
parent
1e5644ba5e
commit
e92e36de85
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue