X-Git-Url: https://git.distorted.org.uk/~mdw/sgt/putty/blobdiff_plain/7440fd4419acfc9c784f142fb9dee3e64c9a18c2..f578d6f3ed7fa2d5f945b757858f133f16a52204:/puttygen.c diff --git a/puttygen.c b/puttygen.c index ffe4317d..ff3f9f73 100644 --- a/puttygen.c +++ b/puttygen.c @@ -1,5 +1,5 @@ /* - * PuTTY key generation front end. + * PuTTY key generation front end (Windows). */ #include @@ -404,7 +404,7 @@ static void setupbigedit2(HWND hwnd, int id, int idstatic, strcpy(p, key->comment); SetDlgItemText(hwnd, id, buffer); SetDlgItemText(hwnd, idstatic, "&Public key for pasting into " - "OpenSSH authorized_keys2 file:"); + "OpenSSH authorized_keys file:"); sfree(pub_blob); sfree(buffer); } @@ -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); /*