summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xamiga/gui.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/amiga/gui.c b/amiga/gui.c
index e9d9ceb83..0ca7a9edc 100755
--- a/amiga/gui.c
+++ b/amiga/gui.c
@@ -326,7 +326,7 @@ void gui_init(int argc, char** argv)
option_theme = (char *)strdup("PROGDIR:Resources/Themes/Default");
if((!option_arexx_dir) || (option_arexx_dir[0] == '\0'))
- option_arexx_dir = (char *)strdup("Rexx");
+ option_arexx_dir = (char *)strdup("PROGDIR:Rexx");
if(!option_window_width) option_window_width = 800;
if(!option_window_height) option_window_height = 600;