1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-09-29 03:17:53 -04:00

Query whether to delete the selected hierbox item if the user answers

no to confirmation to delete the marked item.
This commit is contained in:
Miciah Dashiel Butler Masters 2006-02-19 07:19:35 +00:00 committed by Miciah Dashiel Butler Masters
parent b97508e48a
commit b8063709c0

View File

@ -813,7 +813,7 @@ push_hierbox_delete_button(struct dialog_data *dlg_data,
listbox_message(delete_marked_items),
context, 2,
N_("~Yes"), push_ok_delete_button, B_ENTER,
N_("~No"), done_listbox_context, B_ESC);
N_("~No"), query_delete_selected_item, B_ESC);
return EVENT_PROCESSED;
}