diff --git a/src/include/lib3270/popup.h b/src/include/lib3270/popup.h index a92c81c..08627d8 100644 --- a/src/include/lib3270/popup.h +++ b/src/include/lib3270/popup.h @@ -62,7 +62,8 @@ LIB3270_NOTIFY type; \ const char * title; \ const char * summary; \ - const char * body; + const char * body; \ + const char * label; typedef struct _LIB3270_POPUP { diff --git a/src/ssl/notify.c b/src/ssl/notify.c index 8d3c533..75df4fe 100644 --- a/src/ssl/notify.c +++ b/src/ssl/notify.c @@ -96,6 +96,7 @@ static LIB3270_POPUP * translate_ssl_error_message(const SSL_ERROR_MESSAGE *msg, else popup->title = _("Security alert"); + popup->label = _("Continue"); return popup; } -- libgit2 0.21.2