mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-01-10 01:48:00 +00:00
Correct "Ed25519" orthography in Windows PuTTYgen.
This commit is contained in:
parent
5fd89724d3
commit
03daa60277
@ -895,7 +895,7 @@ static INT_PTR CALLBACK MainDlgProc(HWND hwnd, UINT msg,
|
||||
AppendMenu(menu1, MF_ENABLED, IDC_KEYSSH2RSA, "SSH-2 &RSA key");
|
||||
AppendMenu(menu1, MF_ENABLED, IDC_KEYSSH2DSA, "SSH-2 &DSA key");
|
||||
AppendMenu(menu1, MF_ENABLED, IDC_KEYSSH2ECDSA, "SSH-2 &ECDSA key");
|
||||
AppendMenu(menu1, MF_ENABLED, IDC_KEYSSH2ED25519, "SSH-2 ED&25519 key");
|
||||
AppendMenu(menu1, MF_ENABLED, IDC_KEYSSH2ED25519, "SSH-2 Ed&25519 key");
|
||||
AppendMenu(menu, MF_POPUP | MF_ENABLED, (UINT_PTR) menu1, "&Key");
|
||||
state->keymenu = menu1;
|
||||
|
||||
@ -978,7 +978,7 @@ static INT_PTR CALLBACK MainDlgProc(HWND hwnd, UINT msg,
|
||||
"&RSA", IDC_KEYSSH2RSA,
|
||||
"&DSA", IDC_KEYSSH2DSA,
|
||||
"&ECDSA", IDC_KEYSSH2ECDSA,
|
||||
"ED&25519", IDC_KEYSSH2ED25519,
|
||||
"Ed&25519", IDC_KEYSSH2ED25519,
|
||||
"SSH-&1 (RSA)", IDC_KEYSSH1,
|
||||
NULL);
|
||||
cp2 = cp;
|
||||
|
Loading…
Reference in New Issue
Block a user