From 17aa543f40e01f1841e604d5027877d7c51d3b8b Mon Sep 17 00:00:00 2001 From: jacob Date: Thu, 7 Mar 2002 22:17:11 +0000 Subject: [PATCH] Fix accelerator clash on Features panel, plus a couple of accelerator comments. (not tested) git-svn-id: svn://svn.tartarus.org/sgt/putty@1578 cda61777-01e9-0310-a592-d414129be87e --- windlg.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/windlg.c b/windlg.c index a05ac077..2acf223a 100644 --- a/windlg.c +++ b/windlg.c @@ -1353,7 +1353,7 @@ static void create_controls(HWND hwnd, int dlgtype, int panel) } if (panel == featurespanelstart) { - /* The Features panel. Accelerators used: [acgoh] uksvatbr */ + /* The Features panel. Accelerators used: [acgoh] ukswtbr */ struct ctlpos cp; ctlposinit(&cp, hwnd, 80, 3, 13); 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 remote-controlled terminal re&sizing", IDC_NORESIZE); - checkbox(&cp, "Disable switching to &alternate terminal screen", + checkbox(&cp, "Disable s&witching to alternate terminal screen", IDC_NOALTSCREEN); checkbox(&cp, "Disable remote-controlled window &title changing", IDC_NOWINTITLE); @@ -1412,7 +1412,7 @@ static void create_controls(HWND hwnd, int dlgtype, int panel) } if (panel == keyboardpanelstart) { - /* The Keyboard panel. Accelerators used: [acgoh] bef ruyntd */ + /* The Keyboard panel. Accelerators used: [acgoh] bef rntd */ struct ctlpos cp; ctlposinit(&cp, hwnd, 80, 3, 13); bartitle(&cp, "Options controlling the effects of keys", -- 2.11.0