From f076feed674e4b82fe3f74d7eec50eb0c6b4af03 Mon Sep 17 00:00:00 2001 From: Simon Tatham Date: Tue, 31 Aug 2004 18:26:54 +0000 Subject: [PATCH] Ben Hutchings points out that the initial states of the key-type radio buttons and menu items are inconsistent. [originally from svn r4521] --- puttygen.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/puttygen.c b/puttygen.c index a8945b5c..ff3f9f73 100644 --- a/puttygen.c +++ b/puttygen.c @@ -930,7 +930,7 @@ static int CALLBACK MainDlgProc(HWND hwnd, UINT msg, } CheckRadioButton(hwnd, IDC_KEYSSH1, IDC_KEYSSH2DSA, IDC_KEYSSH2RSA); CheckMenuRadioItem(state->keymenu, IDC_KEYSSH1, IDC_KEYSSH2DSA, - IDC_KEYSSH1, MF_BYCOMMAND); + IDC_KEYSSH2RSA, MF_BYCOMMAND); SetDlgItemInt(hwnd, IDC_BITS, DEFAULT_KEYSIZE, FALSE); /*