X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/blobdiff_plain/eecca84d87d0b378a6a0af7f7651d0b9dc1514e9..9bb8630af3373e7bbf594bfeda731585684e1b69:/puttygen.c diff --git a/puttygen.c b/puttygen.c index f810ba23..a8945b5c 100644 --- a/puttygen.c +++ b/puttygen.c @@ -1,5 +1,5 @@ /* - * PuTTY key generation front end. + * PuTTY key generation front end (Windows). */ #include @@ -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);