mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-07-02 03:52:49 -05:00
Tidy up that latest checkin. PS_DOTTED is spelled PS_DOT and in any
case doesn't really cut it; we have to SetPixel every other one manually because although PS_ALTERNATE exists it only works under NT. Meanwhile, IDC_CURSTATIC was already used, for the cursor _keys_. Duh. [originally from svn r871]
This commit is contained in:
4
windlg.c
4
windlg.c
@ -274,7 +274,7 @@ enum { IDCX_ABOUT = IDC_ABOUT, IDCX_TVSTATIC, IDCX_TREEVIEW, controlstartvalue,
|
||||
IDC_BOX_APPEARANCE1, IDC_BOXT_APPEARANCE1,
|
||||
IDC_BOX_APPEARANCE2, IDC_BOXT_APPEARANCE2,
|
||||
IDC_BOX_APPEARANCE3, IDC_BOXT_APPEARANCE3,
|
||||
IDC_CURSTATIC,
|
||||
IDC_CURSORSTATIC,
|
||||
IDC_CURBLOCK,
|
||||
IDC_CURUNDER,
|
||||
IDC_CURVERT,
|
||||
@ -843,7 +843,7 @@ static int GenericMainDlgProc (HWND hwnd, UINT msg,
|
||||
IDC_TITLE_APPEARANCE);
|
||||
beginbox(&cp, "Adjust the use of the cursor",
|
||||
IDC_BOX_APPEARANCE1, IDC_BOXT_APPEARANCE1);
|
||||
radioline(&cp, "Cursor appearance:", IDC_CURSTATIC, 3,
|
||||
radioline(&cp, "Cursor appearance:", IDC_CURSORSTATIC, 3,
|
||||
"B&lock", IDC_CURBLOCK,
|
||||
"&Underline", IDC_CURUNDER,
|
||||
"&Vertical line", IDC_CURVERT,
|
||||
|
Reference in New Issue
Block a user