]> asedeno.scripts.mit.edu Git - PuTTY.git/commitdiff
Fix up the Windows help context stuff for the new connection sharing controls.
authorJacob Nevins <jacobn@chiark.greenend.org.uk>
Mon, 18 Nov 2013 22:34:57 +0000 (22:34 +0000)
committerJacob Nevins <jacobn@chiark.greenend.org.uk>
Mon, 18 Nov 2013 22:34:57 +0000 (22:34 +0000)
[originally from svn r10088]

doc/config.but
windows/winhelp.h

index 7a7c451a0535158a247923662047f4e89aea411d..42da1356ba91d91f01432bedf310571ddbbcef53 100644 (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.
 
index d81af0bc279eba3cd5c3f41f06aa4ac2b7fd8ad3..14b588600120fc13b68bce7f460e9f3f5350e2d1 100644 (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"