summaryrefslogtreecommitdiff
path: root/amiga/menu.c
diff options
context:
space:
mode:
Diffstat (limited to 'amiga/menu.c')
-rwxr-xr-xamiga/menu.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/amiga/menu.c b/amiga/menu.c
index 60858823e..f76dc163a 100755
--- a/amiga/menu.c
+++ b/amiga/menu.c
@@ -687,7 +687,7 @@ void ami_menupick(ULONG code,struct gui_window_2 *gwin,struct MenuItem *item)
break;
case 3: // save settings
- nsoption_write("PROGDIR:Resources/Options");
+ nsoption_write(current_user_options);
break;
}
break;