Commit fa6ffcdd34ca43fe142971c13d048c5479ff3f53
1 parent
f32b38a3
Exists in
master
and in
3 other branches
Fixing icon names.
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
src/core/actions/table.c
... | ... | @@ -79,7 +79,7 @@ |
79 | 79 | { |
80 | 80 | .name = "reconnect", |
81 | 81 | .key = NULL, |
82 | - .icon = "connect", | |
82 | + .icon = "gtk-connect", | |
83 | 83 | .label = N_( "_Connect" ) , |
84 | 84 | .summary = N_( "Connect to host." ), |
85 | 85 | .activate = connect_host, |
... | ... | @@ -89,7 +89,7 @@ |
89 | 89 | { |
90 | 90 | .name = "disconnect", |
91 | 91 | .key = NULL, |
92 | - .icon = "disconnect", | |
92 | + .icon = "gtk-disconnect", | |
93 | 93 | .label = N_( "_Disconnect" ), |
94 | 94 | .summary = N_( "Disconnect from host." ), |
95 | 95 | .activate = lib3270_disconnect, | ... | ... |