1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-06-28 01:35:32 +00:00

Change the keyboard accelerator for the cookie browser's Clear button

from C to L for great consistency.
This commit is contained in:
Miciah Dashiel Butler Masters 2006-01-01 09:16:42 +00:00 committed by Miciah Dashiel Butler Masters
parent 290a03787b
commit 34588e976d

View File

@ -420,7 +420,7 @@ static struct hierbox_browser_button cookie_buttons[] = {
{ N_("~Add"), push_add_button, 1 },
{ N_("~Edit"), push_edit_button, 1 },
{ N_("~Delete"), push_hierbox_delete_button, 1 },
{ N_("~Clear"), push_hierbox_clear_button, 1 },
{ N_("C~lear"), push_hierbox_clear_button, 1 },
{ N_("Sa~ve"), push_save_button, 0 },
};