[project @ 2004-03-30 20:24:00 by jmb]

Make save button work

svn path=/import/netsurf/; revision=692
This commit is contained in:
John Mark Bell 2004-03-30 20:24:00 +00:00
parent 804cd42a34
commit 66bab3a14a

View File

@ -629,6 +629,15 @@ void ro_gui_toolbar_click(gui_window* g, wimp_pointer* pointer)
#endif
);*/
break;
case ICON_TOOLBAR_SAVE:
current_gui = g;
gui_current_save_type = GUI_SAVE_SOURCE;
ro_gui_menu_prepare_save(g->data.browser.bw->current_content);
/** \todo make save window persistent */
xwimp_create_menu((wimp_menu *) dialog_saveas,
pointer->pos.x, pointer->pos.y);
break;
}
}