Fix content icons in treeviews

svn path=/trunk/netsurf/; revision=10918
This commit is contained in:
Chris Young 2010-10-29 18:05:48 +00:00
parent 25e9b79f5c
commit d250c43e4f

View File

@ -382,6 +382,9 @@ void ami_set_options(void)
if((!option_theme) || (option_theme[0] == '\0'))
option_theme = (char *)strdup("PROGDIR:Resources/Themes/Default");
if((!option_tree_icons_dir) || (option_tree_icons_dir[0] == '\0'))
option_tree_icons_dir = (char *)strdup("ENV:Sys");
if((!option_arexx_dir) || (option_arexx_dir[0] == '\0'))
option_arexx_dir = (char *)strdup("Rexx");