From 3b2db1098dcf4453c06647c71db28c33d178c94a Mon Sep 17 00:00:00 2001 From: simon Date: Fri, 13 Feb 2004 07:42:27 +0000 Subject: [PATCH] Alexei Podtelezhnikov points out that PuTTYgen's key-type default ought to have moved in sync with PuTTY's SSH version default. git-svn-id: svn://svn.tartarus.org/sgt/putty@3863 cda61777-01e9-0310-a592-d414129be87e --- puttygen.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/puttygen.c b/puttygen.c index f810ba23..ae7b9529 100644 --- a/puttygen.c +++ b/puttygen.c @@ -928,7 +928,7 @@ static int CALLBACK MainDlgProc(HWND hwnd, UINT msg, IDC_BITSSTATIC, IDC_BITS, 20); endbox(&cp); } - CheckRadioButton(hwnd, IDC_KEYSSH1, IDC_KEYSSH2DSA, IDC_KEYSSH1); + CheckRadioButton(hwnd, IDC_KEYSSH1, IDC_KEYSSH2DSA, IDC_KEYSSH2RSA); CheckMenuRadioItem(state->keymenu, IDC_KEYSSH1, IDC_KEYSSH2DSA, IDC_KEYSSH1, MF_BYCOMMAND); SetDlgItemInt(hwnd, IDC_BITS, DEFAULT_KEYSIZE, FALSE); -- 2.11.0