X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;ds=sidebyside;f=puttygen.c;h=ae7b9529d721f3f51fa316dcaf3d837136a3d683;hb=1f332c19fedeb5c43e22987becadcb9d821baad9;hp=f810ba23b33698d8c1d942b75aa870499a8bf389;hpb=55402ab1838217a7a39229f8e3ad56c25e7a1123;p=PuTTY.git 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);