X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=puttygen.c;h=ff3f9f73b3ad06a432af9382985ebe2e78200f14;hb=5b60f0bf45ecb6871a9e6aeb54ddcf66d6f7448d;hp=f810ba23b33698d8c1d942b75aa870499a8bf389;hpb=55402ab1838217a7a39229f8e3ad56c25e7a1123;p=PuTTY.git diff --git a/puttygen.c b/puttygen.c index f810ba23..ff3f9f73 100644 --- a/puttygen.c +++ b/puttygen.c @@ -1,5 +1,5 @@ /* - * PuTTY key generation front end. + * PuTTY key generation front end (Windows). */ #include @@ -928,9 +928,9 @@ 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); + IDC_KEYSSH2RSA, MF_BYCOMMAND); SetDlgItemInt(hwnd, IDC_BITS, DEFAULT_KEYSIZE, FALSE); /*