mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-04-21 21:15:03 -05:00
Fix control ID bug causing rogue Appearance title bars in other panels
[originally from svn r764]
This commit is contained in:
parent
f9cf0d70b7
commit
9e6dc1faa1
2
windlg.c
2
windlg.c
@ -792,7 +792,7 @@ static int GenericMainDlgProc (HWND hwnd, UINT msg,
|
|||||||
struct ctlpos cp;
|
struct ctlpos cp;
|
||||||
ctlposinit(&cp, hwnd, 80, 3, 13);
|
ctlposinit(&cp, hwnd, 80, 3, 13);
|
||||||
bartitle(&cp, "Options controlling PuTTY's appearance",
|
bartitle(&cp, "Options controlling PuTTY's appearance",
|
||||||
IDC_TITLE_WINDOW);
|
IDC_TITLE_APPEARANCE);
|
||||||
beginbox(&cp, "Adjust the use of the cursor",
|
beginbox(&cp, "Adjust the use of the cursor",
|
||||||
IDC_BOX_APPEARANCE1, IDC_BOXT_APPEARANCE1);
|
IDC_BOX_APPEARANCE1, IDC_BOXT_APPEARANCE1);
|
||||||
checkbox(&cp, "Cursor &blinks", IDC_BLINKCUR);
|
checkbox(&cp, "Cursor &blinks", IDC_BLINKCUR);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user