1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-03-22 14:39:24 -05:00

Merge shorter option name from 'pre-0.64'.

This commit is contained in:
Jacob Nevins 2014-11-04 18:38:46 +00:00
commit 44a936fbb5
2 changed files with 3 additions and 3 deletions

View File

@ -2595,8 +2595,8 @@ void setup_config_box(struct controlbox *b, int midsession,
ctrl_droplist(s, "Ignores SSH-2 maximum packet size", 'x', 20, ctrl_droplist(s, "Ignores SSH-2 maximum packet size", 'x', 20,
HELPCTX(ssh_bugs_maxpkt2), HELPCTX(ssh_bugs_maxpkt2),
sshbug_handler, I(CONF_sshbug_maxpkt2)); sshbug_handler, I(CONF_sshbug_maxpkt2));
ctrl_droplist(s, "Replies to channel requests after channel close", ctrl_droplist(s, "Replies to requests on closed channels", 'q', 20,
'q', 20, HELPCTX(ssh_bugs_chanreq), HELPCTX(ssh_bugs_chanreq),
sshbug_handler, I(CONF_sshbug_chanreq)); sshbug_handler, I(CONF_sshbug_chanreq));
} }
} }

View File

@ -3343,7 +3343,7 @@ believes the server has this bug, it will never send its
\cq{winadj@putty.projects.tartarus.org} request, and will make do \cq{winadj@putty.projects.tartarus.org} request, and will make do
without its timing data. without its timing data.
\S{config-ssh-bug-chanreq} \q{Replies to channel requests after channel close} \S{config-ssh-bug-chanreq} \q{Replies to requests on closed channels}
\cfg{winhelp-topic}{ssh.bugs.chanreq} \cfg{winhelp-topic}{ssh.bugs.chanreq}