mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-03-16 03:53:01 -05:00
Fix accelerator clash on Features panel, plus a couple of accelerator comments.
(not tested) [originally from svn r1578]
This commit is contained in:
parent
8c81f53a56
commit
ddee0ed132
6
windlg.c
6
windlg.c
@ -1353,7 +1353,7 @@ static void create_controls(HWND hwnd, int dlgtype, int panel)
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (panel == featurespanelstart) {
|
if (panel == featurespanelstart) {
|
||||||
/* The Features panel. Accelerators used: [acgoh] uksvatbr */
|
/* The Features panel. Accelerators used: [acgoh] ukswtbr */
|
||||||
struct ctlpos cp;
|
struct ctlpos cp;
|
||||||
ctlposinit(&cp, hwnd, 80, 3, 13);
|
ctlposinit(&cp, hwnd, 80, 3, 13);
|
||||||
bartitle(&cp, "Enabling and disabling advanced terminal features ",
|
bartitle(&cp, "Enabling and disabling advanced terminal features ",
|
||||||
@ -1363,7 +1363,7 @@ static void create_controls(HWND hwnd, int dlgtype, int panel)
|
|||||||
checkbox(&cp, "Disable application &keypad mode", IDC_NOAPPLICK);
|
checkbox(&cp, "Disable application &keypad mode", IDC_NOAPPLICK);
|
||||||
checkbox(&cp, "Disable remote-controlled terminal re&sizing",
|
checkbox(&cp, "Disable remote-controlled terminal re&sizing",
|
||||||
IDC_NORESIZE);
|
IDC_NORESIZE);
|
||||||
checkbox(&cp, "Disable switching to &alternate terminal screen",
|
checkbox(&cp, "Disable s&witching to alternate terminal screen",
|
||||||
IDC_NOALTSCREEN);
|
IDC_NOALTSCREEN);
|
||||||
checkbox(&cp, "Disable remote-controlled window &title changing",
|
checkbox(&cp, "Disable remote-controlled window &title changing",
|
||||||
IDC_NOWINTITLE);
|
IDC_NOWINTITLE);
|
||||||
@ -1412,7 +1412,7 @@ static void create_controls(HWND hwnd, int dlgtype, int panel)
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (panel == keyboardpanelstart) {
|
if (panel == keyboardpanelstart) {
|
||||||
/* The Keyboard panel. Accelerators used: [acgoh] bef ruyntd */
|
/* The Keyboard panel. Accelerators used: [acgoh] bef rntd */
|
||||||
struct ctlpos cp;
|
struct ctlpos cp;
|
||||||
ctlposinit(&cp, hwnd, 80, 3, 13);
|
ctlposinit(&cp, hwnd, 80, 3, 13);
|
||||||
bartitle(&cp, "Options controlling the effects of keys",
|
bartitle(&cp, "Options controlling the effects of keys",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user