Set ARexx default dir to PROGDIR:Rexx so it works no matter what the current dir is.
This commit is contained in:
parent
785806d6ac
commit
ea64098699
|
@ -44,7 +44,7 @@ NSOPTION_BOOL(tab_close_warn, true)
|
|||
NSOPTION_BOOL(tab_always_show, false)
|
||||
NSOPTION_BOOL(kiosk_mode, false)
|
||||
NSOPTION_STRING(search_engines_file, "PROGDIR:Resources/SearchEngines")
|
||||
NSOPTION_STRING(arexx_dir, "Rexx")
|
||||
NSOPTION_STRING(arexx_dir, "PROGDIR:Rexx")
|
||||
NSOPTION_STRING(arexx_startup, "Startup.nsrx")
|
||||
NSOPTION_STRING(arexx_shutdown, "Shutdown.nsrx")
|
||||
NSOPTION_STRING(download_dir, NULL)
|
||||
|
|
Loading…
Reference in New Issue