mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-07-16 18:47:32 -05:00
Fix details of the Pageant and PuTTYgen GUIs for ECDSA.
Pageant's list box needs its tab stops reorganised a little for new tendencies in string length, and also has to cope with there only being one prefix space in the output of the new string fingerprint function. PuTTYgen needs to squash more radio buttons on to one line.
This commit is contained in:
@ -918,7 +918,7 @@ static int CALLBACK MainDlgProc(HWND hwnd, UINT msg,
|
||||
{
|
||||
struct ctlpos cp, cp2;
|
||||
|
||||
/* Accelerators used: acglops1rbd */
|
||||
/* Accelerators used: acglops1rbde */
|
||||
|
||||
ctlposinit(&cp, hwnd, 4, 4, 4);
|
||||
beginbox(&cp, "Key", IDC_BOX_KEY);
|
||||
@ -952,7 +952,7 @@ static int CALLBACK MainDlgProc(HWND hwnd, UINT msg,
|
||||
"&Save private key", IDC_SAVE);
|
||||
endbox(&cp);
|
||||
beginbox(&cp, "Parameters", IDC_BOX_PARAMS);
|
||||
radioline(&cp, "Type of key to generate:", IDC_TYPESTATIC, 3,
|
||||
radioline(&cp, "Type of key to generate:", IDC_TYPESTATIC, 4,
|
||||
"SSH-&1 (RSA)", IDC_KEYSSH1,
|
||||
"SSH-2 &RSA", IDC_KEYSSH2RSA,
|
||||
"SSH-2 &DSA", IDC_KEYSSH2DSA,
|
||||
|
Reference in New Issue
Block a user