From 2b7c6acd9ddc4ab9c4d5e5a321ea7f51bc3763b7 Mon Sep 17 00:00:00 2001 From: simon 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. git-svn-id: svn://svn.tartarus.org/sgt/putty@4521 cda61777-01e9-0310-a592-d414129be87e --- 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); /* -- 2.11.0