Look for resources in useful folder name

This commit is contained in:
Daniel Silverstone 2017-06-09 22:28:15 +01:00
parent 38df37565c
commit 03ae0ec15a

View File

@ -336,7 +336,7 @@ main(int argc, char **argv)
setbuf(stderr, NULL); setbuf(stderr, NULL);
/* Prep the search paths */ /* Prep the search paths */
respaths = nsmonkey_init_resource("${HOME}/.netsurf/:${NETSURFRES}:"MONKEY_RESPATH":./monkey/res"); respaths = nsmonkey_init_resource("${HOME}/.netsurf/:${NETSURFRES}:"MONKEY_RESPATH":./frontends/monkey/res");
/* initialise logging. Not fatal if it fails but not much we can do /* initialise logging. Not fatal if it fails but not much we can do
* about it either. * about it either.