X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=config.c;h=7e4cc242bbf01b3ad53f133769bc13924b3d40fb;hb=19da160e95d534aa5c2319e1bfa9e15224189809;hp=657f6069a908e31a70faef2a5a22b13d0775cf57;hpb=51346a54f76f49442c3c7b37ec99695db57638a3;p=PuTTY.git diff --git a/config.c b/config.c index 657f6069..7e4cc242 100644 --- a/config.c +++ b/config.c @@ -2594,8 +2594,8 @@ void setup_config_box(struct controlbox *b, int midsession, ctrl_droplist(s, "Ignores SSH-2 maximum packet size", 'x', 20, HELPCTX(ssh_bugs_maxpkt2), sshbug_handler, I(CONF_sshbug_maxpkt2)); - ctrl_droplist(s, "Replies to channel requests after channel close", - 'q', 20, HELPCTX(ssh_bugs_chanreq), + ctrl_droplist(s, "Replies to requests on closed channels", 'q', 20, + HELPCTX(ssh_bugs_chanreq), sshbug_handler, I(CONF_sshbug_chanreq)); } }