Set ARexx default dir to PROGDIR:Rexx so it works no matter what the current dir is.

This commit is contained in:
Chris Young 2013-11-04 19:29:54 +00:00
parent 785806d6ac
commit ea64098699
1 changed files with 1 additions and 1 deletions

View File

@ -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)