mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-01-10 09:58:01 +00:00
AES should have accelerator s, not a, to avoid a clash
[originally from svn r997]
This commit is contained in:
parent
7b0e082700
commit
cb9c2e79b9
4
windlg.c
4
windlg.c
@ -1006,7 +1006,7 @@ static void create_controls(HWND hwnd, int dlgtype, int panel) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (panel == sshpanelstart) {
|
if (panel == sshpanelstart) {
|
||||||
/* The SSH panel. Accelerators used: [acgo] rmfkw pe123bd i */
|
/* The SSH panel. Accelerators used: [acgo] rmfkw pe123bds i */
|
||||||
struct ctlpos cp;
|
struct ctlpos cp;
|
||||||
ctlposinit(&cp, hwnd, 80, 3, 13);
|
ctlposinit(&cp, hwnd, 80, 3, 13);
|
||||||
if (dlgtype == 0) {
|
if (dlgtype == 0) {
|
||||||
@ -1036,7 +1036,7 @@ static void create_controls(HWND hwnd, int dlgtype, int panel) {
|
|||||||
"&3DES", IDC_CIPHER3DES,
|
"&3DES", IDC_CIPHER3DES,
|
||||||
"&Blowfish", IDC_CIPHERBLOWF,
|
"&Blowfish", IDC_CIPHERBLOWF,
|
||||||
"&DES", IDC_CIPHERDES,
|
"&DES", IDC_CIPHERDES,
|
||||||
"&AES", IDC_CIPHERAES,
|
"AE&S", IDC_CIPHERAES,
|
||||||
NULL);
|
NULL);
|
||||||
checkbox(&cp, "&Imitate SSH 2 MAC bug in commercial <= v2.3.x",
|
checkbox(&cp, "&Imitate SSH 2 MAC bug in commercial <= v2.3.x",
|
||||||
IDC_BUGGYMAC);
|
IDC_BUGGYMAC);
|
||||||
|
Loading…
Reference in New Issue
Block a user