Commit ebae4958c3213bad2073f0b551a149164ba86368

Authored by Perry Werneck
1 parent 481d1bfc

Clear & Kybdreset were missing in v3270's accelerator dialogs.

Showing 1 changed file with 2 additions and 2 deletions   Show diff stats
src/core/actions/table.c
... ... @@ -530,7 +530,7 @@
530 530 .keys = NULL,
531 531 .icon = "edit-clear",
532 532 .label = N_("Erase input"),
533   - .summary = NULL,
  533 + .summary = N_("Clear"),
534 534 .activate = lib3270_eraseinput,
535 535  
536 536 .group = LIB3270_ACTION_GROUP_ONLINE,
... ... @@ -618,7 +618,7 @@
618 618 .keys = "Escape",
619 619 .icon = NULL,
620 620 .label = N_("Reset"),
621   - .summary = NULL,
  621 + .summary = N_("Reset"),
622 622 .activate = lib3270_kybdreset,
623 623  
624 624 .group = LIB3270_ACTION_GROUP_ONLINE,
... ...