summaryrefslogtreecommitdiff
path: root/amiga/options.h
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2013-11-09 16:38:24 +0000
committerChris Young <chris@unsatisfactorysoftware.co.uk>2013-11-09 16:38:24 +0000
commitc781ca27b725b0dddb76650ba39794f90df105eb (patch)
treef0789454647fc749751a6ac1925814bf65a2f946 /amiga/options.h
parentd808e46c17d7269d05baff2d0119d5067c423fae (diff)
downloadnetsurf-c781ca27b725b0dddb76650ba39794f90df105eb.tar.gz
netsurf-c781ca27b725b0dddb76650ba39794f90df105eb.tar.bz2
Add an implied PROGDIR: to the ARexx dir name for scanning, as executing the script with PROGDIR: in it doesn't work.
Diffstat (limited to 'amiga/options.h')
-rw-r--r--amiga/options.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/amiga/options.h b/amiga/options.h
index f595cd240..b95ddf12d 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, "PROGDIR:Rexx")
+NSOPTION_STRING(arexx_dir, "Rexx")
NSOPTION_STRING(arexx_startup, "Startup.nsrx")
NSOPTION_STRING(arexx_shutdown, "Shutdown.nsrx")
NSOPTION_STRING(download_dir, NULL)