1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-01-10 01:48:00 +00:00

Fix up the Windows help context stuff for the new connection sharing controls.

[originally from svn r10088]
This commit is contained in:
Jacob Nevins 2013-11-18 22:34:57 +00:00
parent e43b6203ec
commit 98eb785c9b
2 changed files with 3 additions and 1 deletions

View File

@ -2276,6 +2276,8 @@ have specified.
\S{config-ssh-sharing} Sharing an SSH connection between PuTTY tools
\cfg{winhelp-topic}{ssh.sharing}
The controls in this box allow you to configure PuTTY to reuse an
existing SSH connection, where possible.

View File

@ -99,7 +99,7 @@
#define WINHELP_CTX_ssh_protocol "ssh.protocol:config-ssh-prot"
#define WINHELP_CTX_ssh_command "ssh.command:config-command"
#define WINHELP_CTX_ssh_compress "ssh.compress:config-ssh-comp"
#define WINHELP_CTX_ssh_share "ssh.auth.gssapi:config-ssh-share"
#define WINHELP_CTX_ssh_share "ssh.sharing:config-ssh-sharing"
#define WINHELP_CTX_ssh_kexlist "ssh.kex.order:config-ssh-kex-order"
#define WINHELP_CTX_ssh_kex_repeat "ssh.kex.repeat:config-ssh-kex-rekey"
#define WINHELP_CTX_ssh_auth_bypass "ssh.auth.bypass:config-ssh-noauth"