Commit f020384650f1d6b6bec3e5d02a14ca6f072524f0

Authored by Perry Werneck
1 parent 8f001892
Exists in master and in 1 other branch develop

Fixing copy-html action name.

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
src/terminal/actions/table.c
... ... @@ -73,7 +73,7 @@
73 73 },
74 74  
75 75 {
76   - .name = "copy-as-html",
  76 + .name = "copy-html",
77 77 .group = LIB3270_ACTION_GROUP_SELECTION,
78 78 .label = N_( "Copy as HTML" ),
79 79 .summary = N_("Copy selection in HTML format"),
... ...