From ff6cfea10e4627224ab1398c256fb58dfadac85f Mon Sep 17 00:00:00 2001 From: Chris Young Date: Fri, 16 Jan 2009 19:16:32 +0000 Subject: Saving hotlist immedaitely after adding now saves it to the correct file svn path=/trunk/netsurf/; revision=6093 --- amiga/menu.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'amiga') diff --git a/amiga/menu.c b/amiga/menu.c index e79e8e6e7..786322e16 100755 --- a/amiga/menu.c +++ b/amiga/menu.c @@ -600,7 +600,7 @@ void ami_menupick(ULONG code,struct gui_window_2 *gwin,struct MenuItem *item) { case 0: // add ami_hotlist_add(hotlist->root,gwin->bw->current_content); - options_save_tree(hotlist,"Resources/Hotlist","NetSurf hotlist"); + options_save_tree(hotlist,option_hotlist_file,messages_get("TreeHotlist")); break; case 1: // show -- cgit v1.2.3