mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-12-24 21:16:50 +03:00
[project @ 2004-03-30 20:24:00 by jmb]
Make save button work svn path=/import/netsurf/; revision=692
This commit is contained in:
parent
804cd42a34
commit
66bab3a14a
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user