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,7 +79,7 @@ | ||
79 | { | 79 | { |
80 | .name = "reconnect", | 80 | .name = "reconnect", |
81 | .key = NULL, | 81 | .key = NULL, |
82 | - .icon = "connect", | 82 | + .icon = "gtk-connect", |
83 | .label = N_( "_Connect" ) , | 83 | .label = N_( "_Connect" ) , |
84 | .summary = N_( "Connect to host." ), | 84 | .summary = N_( "Connect to host." ), |
85 | .activate = connect_host, | 85 | .activate = connect_host, |
@@ -89,7 +89,7 @@ | @@ -89,7 +89,7 @@ | ||
89 | { | 89 | { |
90 | .name = "disconnect", | 90 | .name = "disconnect", |
91 | .key = NULL, | 91 | .key = NULL, |
92 | - .icon = "disconnect", | 92 | + .icon = "gtk-disconnect", |
93 | .label = N_( "_Disconnect" ), | 93 | .label = N_( "_Disconnect" ), |
94 | .summary = N_( "Disconnect from host." ), | 94 | .summary = N_( "Disconnect from host." ), |
95 | .activate = lib3270_disconnect, | 95 | .activate = lib3270_disconnect, |