[project @ 2004-03-27 18:53:17 by bursa]

Menu warning bug fix.

svn path=/import/netsurf/; revision=681
This commit is contained in:
James Bursa 2004-03-27 18:53:17 +00:00
parent c37e16a8c6
commit 26f171382f

View File

@ -309,6 +309,7 @@ void ro_gui_menu_warning(wimp_message_menu_warning *warning)
gui_current_save_type = GUI_SAVE_TEXT;
break;
}
break;
case 2: /* Save complete */
gui_current_save_type = GUI_SAVE_COMPLETE;