Commit ad1b7139990558989a72c205f90fc6f153216225

Authored by Perry Werneck
1 parent 52fb7952
Exists in master and in 1 other branch develop

Adding icons on host and keyboard dialog actions.

Showing 1 changed file with 2 additions and 0 deletions   Show diff stats
src/terminal/actions/table.c
@@ -318,6 +318,7 @@ @@ -318,6 +318,7 @@
318 { 318 {
319 .group = LIB3270_ACTION_GROUP_NONE, 319 .group = LIB3270_ACTION_GROUP_NONE,
320 .name = "dialog-keyboard", 320 .name = "dialog-keyboard",
  321 + .icon = "preferences-desktop-keyboard-shortcuts",
321 .label = N_("Keyboard accelerators"), 322 .label = N_("Keyboard accelerators"),
322 .summary = N_("Edit keyboard accelerators"), 323 .summary = N_("Edit keyboard accelerators"),
323 .activate = fire_accelerators_dialog 324 .activate = fire_accelerators_dialog
@@ -326,6 +327,7 @@ @@ -326,6 +327,7 @@
326 { 327 {
327 .group = LIB3270_ACTION_GROUP_OFFLINE, 328 .group = LIB3270_ACTION_GROUP_OFFLINE,
328 .name = "dialog-host", 329 .name = "dialog-host",
  330 + .icon = "network-server",
329 .label = N_("Host settings"), 331 .label = N_("Host settings"),
330 .summary = N_("Edit host settings"), 332 .summary = N_("Edit host settings"),
331 .activate = fire_host_dialog 333 .activate = fire_host_dialog