1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-01-26 09:42:25 +00:00

Run through contrib/accel.pl 1.1 [r1585]:

- Fix accelerator clash on SSH panel (D)
 - Fix accelerator comments

[originally from svn r2665]
[r1585 == 6bcc8e85e8]
This commit is contained in:
Jacob Nevins 2003-01-20 18:05:13 +00:00
parent e8ef8452c2
commit 1512f68602

View File

@ -1965,7 +1965,7 @@ static void create_controls(HWND hwnd, int dlgtype, int panel)
} }
if (panel == sshpanelstart) { if (panel == sshpanelstart) {
/* The SSH panel. Accelerators used: [acgoh] r pe12ni sd */ /* The SSH panel. Accelerators used: [acgoh] r pel12n sud 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) {
@ -1986,10 +1986,11 @@ static void create_controls(HWND hwnd, int dlgtype, int panel)
"2 o&nly", IDC_SSHPROT2ONLY, NULL); "2 o&nly", IDC_SSHPROT2ONLY, NULL);
endbox(&cp); endbox(&cp);
beginbox(&cp, "Encryption options", IDC_BOX_SSH3); beginbox(&cp, "Encryption options", IDC_BOX_SSH3);
/* Adds accelerators: ud */
prefslist(&cipherlist, &cp, "Encryption cipher &selection policy:", prefslist(&cipherlist, &cp, "Encryption cipher &selection policy:",
IDC_CIPHERSTATIC2, IDC_CIPHERLIST, IDC_CIPHERUP, IDC_CIPHERSTATIC2, IDC_CIPHERLIST, IDC_CIPHERUP,
IDC_CIPHERDN); IDC_CIPHERDN);
checkbox(&cp, "Enable non-standard use of single-&DES in SSH 2", checkbox(&cp, "Enable non-standard use of s&ingle-DES in SSH 2",
IDC_SSH2DES); IDC_SSH2DES);
endbox(&cp); endbox(&cp);
} }
@ -2022,7 +2023,7 @@ static void create_controls(HWND hwnd, int dlgtype, int panel)
} }
if (panel == sshbugspanelstart) { if (panel == sshbugspanelstart) {
/* The SSH bugs panel. Accelerators used: [acgoh] isrmep */ /* The SSH bugs panel. Accelerators used: [acgoh] isrmepd */
struct ctlpos cp; struct ctlpos cp;
ctlposinit(&cp, hwnd, 80, 3, 13); ctlposinit(&cp, hwnd, 80, 3, 13);
if (dlgtype == 0) { if (dlgtype == 0) {
@ -2049,7 +2050,7 @@ static void create_controls(HWND hwnd, int dlgtype, int panel)
} }
if (panel == tunnelspanelstart) { if (panel == tunnelspanelstart) {
/* The Tunnels panel. Accelerators used: [acgoh] deilmrstxp */ /* The Tunnels panel. Accelerators used: [acgoh] exu tprsdilm */
struct ctlpos cp; struct ctlpos cp;
ctlposinit(&cp, hwnd, 80, 3, 13); ctlposinit(&cp, hwnd, 80, 3, 13);
if (dlgtype == 0) { if (dlgtype == 0) {