X-Git-Url: https://git.distorted.org.uk/~mdw/sgt/putty/blobdiff_plain/6873e9f8610ad4b2d7f1209a530492091c51ae19..5462f4596108c4309fb69b4e57aa1e59d7100908:/config.c diff --git a/config.c b/config.c index 1b9ac393..02da07da 100644 --- a/config.c +++ b/config.c @@ -1347,13 +1347,13 @@ void setup_config_box(struct controlbox *b, int midsession, ctrl_columns(s, 1, 100); s = ctrl_getset(b, "Session", "otheropts", NULL); - c = ctrl_radiobuttons(s, "Close window on exit:", 'x', 4, - HELPCTX(session_coe), - conf_radiobutton_handler, - I(CONF_close_on_exit), - "Always", I(FORCE_ON), - "Never", I(FORCE_OFF), - "Only on clean exit", I(AUTO), NULL); + ctrl_radiobuttons(s, "Close window on exit:", 'x', 4, + HELPCTX(session_coe), + conf_radiobutton_handler, + I(CONF_close_on_exit), + "Always", I(FORCE_ON), + "Never", I(FORCE_OFF), + "Only on clean exit", I(AUTO), NULL); /* * The Session/Logging panel.