1
0
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:
Simon Tatham
2001-01-17 17:20:28 +00:00
parent c68959b584
commit d199d419fa
2 changed files with 24 additions and 17 deletions

View File

@ -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,