1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-07-12 16:47:42 -05:00

Add switch to choose SSH v1-versus-v2 protocol preference where both

are available

[originally from svn r584]
This commit is contained in:
Simon Tatham
2000-09-11 09:37:43 +00:00
parent 22f91a3604
commit 334b79e16c
5 changed files with 31 additions and 5 deletions

View File

@ -114,6 +114,9 @@
#define IDC3_PKSTATIC 1024
#define IDC3_PKEDIT 1025
#define IDC3_PKBUTTON 1026
#define IDC3_SSHPROTSTATIC 1027
#define IDC3_SSHPROT1 1028
#define IDC3_SSHPROT2 1029
#define IDC4_MBSTATIC 1001
#define IDC4_MBWINDOWS 1002