mirror of
https://github.com/netsurf-browser/netsurf
synced 2025-03-02 21:31:41 +03:00
Fix content icons in treeviews
svn path=/trunk/netsurf/; revision=10918
This commit is contained in:
parent
25e9b79f5c
commit
d250c43e4f
@ -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");
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user