Commit 63a3361236296d850bdefb7e2b66853cb8f77cfc
1 parent
5656d975
Exists in
master
and in
3 other branches
Fixing name conflict with the "autoreconnect" toggle and the "reconnect"
action.
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
src/core/toggles/table.c
... | ... | @@ -175,7 +175,7 @@ const LIB3270_TOGGLE_ENTRY toggle_descriptor[LIB3270_TOGGLE_COUNT+1] = |
175 | 175 | }, |
176 | 176 | { |
177 | 177 | .id = LIB3270_TOGGLE_RECONNECT, |
178 | - .name = "reconnect", | |
178 | + .name = "autoreconnect", | |
179 | 179 | .def = False, |
180 | 180 | .key = NULL, // Default keycode |
181 | 181 | .icon = NULL, // Icon name | ... | ... |