Commit 63a3361236296d850bdefb7e2b66853cb8f77cfc

Authored by Perry Werneck
1 parent 5656d975

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,7 +175,7 @@ const LIB3270_TOGGLE_ENTRY toggle_descriptor[LIB3270_TOGGLE_COUNT+1] =
175 }, 175 },
176 { 176 {
177 .id = LIB3270_TOGGLE_RECONNECT, 177 .id = LIB3270_TOGGLE_RECONNECT,
178 - .name = "reconnect", 178 + .name = "autoreconnect",
179 .def = False, 179 .def = False,
180 .key = NULL, // Default keycode 180 .key = NULL, // Default keycode
181 .icon = NULL, // Icon name 181 .icon = NULL, // Icon name