From ea64098699ae09a4d9298a50aae3a9cd26caf5bd Mon Sep 17 00:00:00 2001 From: Chris Young Date: Mon, 4 Nov 2013 19:29:54 +0000 Subject: Set ARexx default dir to PROGDIR:Rexx so it works no matter what the current dir is. --- amiga/options.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'amiga') diff --git a/amiga/options.h b/amiga/options.h index b95ddf12d..f595cd240 100644 --- a/amiga/options.h +++ b/amiga/options.h @@ -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) -- cgit v1.2.3