X-Git-Url: https://git.distorted.org.uk/~mdw/sgt/putty/blobdiff_plain/3b2db1098dcf4453c06647c71db28c33d178c94a..6ac7f054182a91601c70c93b663c10149a766fb7:/puttygen.c diff --git a/puttygen.c b/puttygen.c index ae7b9529..ff3f9f73 100644 --- a/puttygen.c +++ b/puttygen.c @@ -1,5 +1,5 @@ /* - * PuTTY key generation front end. + * PuTTY key generation front end (Windows). */ #include @@ -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); /*