From 9c6e8163f3f8b04f9d8690f96eb0e266077fba51 Mon Sep 17 00:00:00 2001 From: simon Date: Wed, 31 Oct 2001 18:51:07 +0000 Subject: [PATCH] Fix accelerators in Window panel git-svn-id: svn://svn.tartarus.org/sgt/putty@1351 cda61777-01e9-0310-a592-d414129be87e --- windlg.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/windlg.c b/windlg.c index 52e092da..706a68f1 100644 --- a/windlg.c +++ b/windlg.c @@ -1046,7 +1046,7 @@ static void create_controls(HWND hwnd, int dlgtype, int panel) } if (panel == windowpanelstart) { - /* The Window panel. Accelerators used: [acgo] rmz sdikp w4ylt f */ + /* The Window panel. Accelerators used: [acgo] rmznb sdikp w4ylt f */ struct ctlpos cp; ctlposinit(&cp, hwnd, 80, 3, 13); bartitle(&cp, "Options controlling PuTTY's window", @@ -1058,7 +1058,7 @@ static void create_controls(HWND hwnd, int dlgtype, int panel) radioline(&cp, "Action when the window is resized:", IDC_RESIZESTATIC, 3, "Resi&ze terminal", IDC_RESIZETERM, "Change fo&nt", IDC_RESIZEFONT, - "Forb&id resizing", IDC_RESIZENONE, NULL); + "For&bid resizing", IDC_RESIZENONE, NULL); endbox(&cp); beginbox(&cp, "Control the scrollback in the window", IDC_BOX_WINDOW2); -- 2.11.0