From e6c92374c9e40ff5f49108b7888ec721e3dbf217 Mon Sep 17 00:00:00 2001 From: simon Date: Wed, 14 Mar 2001 11:47:11 +0000 Subject: [PATCH] AES should have accelerator s, not a, to avoid a clash git-svn-id: svn://svn.tartarus.org/sgt/putty@997 cda61777-01e9-0310-a592-d414129be87e --- windlg.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/windlg.c b/windlg.c index 4db8c029..80b1adf5 100644 --- a/windlg.c +++ b/windlg.c @@ -1006,7 +1006,7 @@ static void create_controls(HWND hwnd, int dlgtype, int panel) { } if (panel == sshpanelstart) { - /* The SSH panel. Accelerators used: [acgo] rmfkw pe123bd i */ + /* The SSH panel. Accelerators used: [acgo] rmfkw pe123bds i */ struct ctlpos cp; ctlposinit(&cp, hwnd, 80, 3, 13); if (dlgtype == 0) { @@ -1036,7 +1036,7 @@ static void create_controls(HWND hwnd, int dlgtype, int panel) { "&3DES", IDC_CIPHER3DES, "&Blowfish", IDC_CIPHERBLOWF, "&DES", IDC_CIPHERDES, - "&AES", IDC_CIPHERAES, + "AE&S", IDC_CIPHERAES, NULL); checkbox(&cp, "&Imitate SSH 2 MAC bug in commercial <= v2.3.x", IDC_BUGGYMAC); -- 2.11.0