mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-03-16 12:03:03 -05:00
Fix accelerators in Window panel
[originally from svn r1351]
This commit is contained in:
parent
d2c9937691
commit
2fe380a9ca
4
windlg.c
4
windlg.c
@ -1046,7 +1046,7 @@ static void create_controls(HWND hwnd, int dlgtype, int panel)
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (panel == windowpanelstart) {
|
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;
|
struct ctlpos cp;
|
||||||
ctlposinit(&cp, hwnd, 80, 3, 13);
|
ctlposinit(&cp, hwnd, 80, 3, 13);
|
||||||
bartitle(&cp, "Options controlling PuTTY's window",
|
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,
|
radioline(&cp, "Action when the window is resized:", IDC_RESIZESTATIC,
|
||||||
3, "Resi&ze terminal", IDC_RESIZETERM,
|
3, "Resi&ze terminal", IDC_RESIZETERM,
|
||||||
"Change fo&nt", IDC_RESIZEFONT,
|
"Change fo&nt", IDC_RESIZEFONT,
|
||||||
"Forb&id resizing", IDC_RESIZENONE, NULL);
|
"For&bid resizing", IDC_RESIZENONE, NULL);
|
||||||
endbox(&cp);
|
endbox(&cp);
|
||||||
beginbox(&cp, "Control the scrollback in the window",
|
beginbox(&cp, "Control the scrollback in the window",
|
||||||
IDC_BOX_WINDOW2);
|
IDC_BOX_WINDOW2);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user