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 318 {
319 319 .group = LIB3270_ACTION_GROUP_NONE,
320 320 .name = "dialog-keyboard",
  321 + .icon = "preferences-desktop-keyboard-shortcuts",
321 322 .label = N_("Keyboard accelerators"),
322 323 .summary = N_("Edit keyboard accelerators"),
323 324 .activate = fire_accelerators_dialog
... ... @@ -326,6 +327,7 @@
326 327 {
327 328 .group = LIB3270_ACTION_GROUP_OFFLINE,
328 329 .name = "dialog-host",
  330 + .icon = "network-server",
329 331 .label = N_("Host settings"),
330 332 .summary = N_("Edit host settings"),
331 333 .activate = fire_host_dialog
... ...