mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-11-23 23:09:39 +03:00
[project @ 2005-03-21 15:27:31 by rjw]
Correct wrong initial configuration. svn path=/import/netsurf/; revision=1568
This commit is contained in:
parent
5ecea49e7e
commit
28d9260ca4
@ -223,7 +223,7 @@ void gui_init(int argc, char** argv)
|
||||
if (!option_theme)
|
||||
option_theme = strdup("Aletheia");
|
||||
if (!option_toolbar_browser)
|
||||
option_toolbar_browser = strdup("0123");
|
||||
option_toolbar_browser = strdup("0123|58|9");
|
||||
if (!option_toolbar_hotlist)
|
||||
option_toolbar_hotlist = strdup("401|23");
|
||||
if (!option_toolbar_history)
|
||||
|
Loading…
Reference in New Issue
Block a user