1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-12-04 14:46:47 -05:00

Specify accelerator contexts for "Form f~ields".

This commit is contained in:
Kalle Olavi Niemitalo 2006-01-01 23:31:41 +02:00 committed by Kalle Olavi Niemitalo
parent 451f23d272
commit 21f61c5c06

View File

@ -1245,8 +1245,10 @@ link_menu(struct terminal *term, void *xxx, void *ses_)
/* [gettext_accelerator_context()] */
}
/* [gettext_accelerator_context(link_menu.reset, link_menu.textarea, link_menu.form)] */
add_to_menu(&mi, N_("Form f~ields"), NULL, ACT_MAIN_LINK_FORM_MENU,
NULL, NULL, SUBMENU);
/* [gettext_accelerator_context()] */
}
if (link->where_img) {