X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=config.c;h=02da07da6919da3bce81fb9c3ec0696906a4cd0d;hb=3692a585f72a2899b979fcd24f4c6d95363df41c;hp=1b9ac3938c4ea199669e22fcb99eebc9db8758ed;hpb=1dabc578a9419783836b4808a9afc265ab2e718c;p=PuTTY.git 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.