mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-11-26 08:19:55 +03:00
Look for resources in useful folder name
This commit is contained in:
parent
38df37565c
commit
03ae0ec15a
@ -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.
|
||||||
|
Loading…
Reference in New Issue
Block a user