From: Simon Tatham Date: Sat, 12 Jan 2002 16:02:50 +0000 (+0000) Subject: Update an accelerator comment. X-Git-Tag: 0.53~145 X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=commitdiff_plain;h=3b593096d14917edeeb83d3e4b9dcddf686ecfa1;p=PuTTY.git Update an accelerator comment. [originally from svn r1546] [this commit reordered to come after creation of 0.52 tag] --- diff --git a/windlg.c b/windlg.c index 202e6cf7..2614457c 100644 --- a/windlg.c +++ b/windlg.c @@ -1686,7 +1686,7 @@ static void create_controls(HWND hwnd, int dlgtype, int panel) } if (panel == sshauthpanelstart) { - /* The SSH authentication panel. Accelerators used: [acgo] m fkiw */ + /* The SSH authentication panel. Accelerators used: [acgo] m fkiuw */ struct ctlpos cp; ctlposinit(&cp, hwnd, 80, 3, 13); if (dlgtype == 0) {