Correct path
This commit is contained in:
parent
fd206d98e9
commit
b11b18f258
|
@ -319,6 +319,7 @@ bool ami_locate_resource(char *fullpath, const char *file)
|
|||
found = ami_gui_check_resource(fullpath, file);
|
||||
if(found) return true;
|
||||
|
||||
/* Check current theme directory */
|
||||
if(nsoption_charp(theme))
|
||||
{
|
||||
strcpy(fullpath, nsoption_charp(theme));
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
favicon.ico:TBimages:list_file
|
||||
icons/arrow-l.png:TBimages:list_mailreplied
|
||||
icons/search.png:TBimages:list_search
|
||||
icons/directory.png:list_drawer
|
||||
icons/content.png:list_file
|
||||
icons/directory.png:TBimages:list_drawer
|
||||
icons/content.png:TBimages:list_file
|
||||
|
|
Loading…
Reference in New Issue