1
0
mirror of https://github.com/rkd77/elinks.git synced 2025-01-03 14:57:44 -05:00

accel-check: Add context info to cookies/dialogs.c (push_add_server_button).

This commit is contained in:
Kalle Olavi Niemitalo 2006-05-21 16:51:07 +03:00 committed by Kalle Olavi Niemitalo
parent 3090e3a250
commit db556e3376

View File

@ -429,6 +429,7 @@ set_server(struct dialog_data *dlg_data, struct widget_data *widget_data)
static widget_handler_status_T
push_add_server_button(struct dialog_data *dlg_data, struct widget_data *button)
{
/* [gettext_accelerator_context(.push_add_server_button)] */
#define SERVER_WIDGETS_COUNT 3
struct terminal *term = dlg_data->win->term;
struct dialog *dlg;