From 9e6dc1faa176d8af466399d6b904eeed621997c8 Mon Sep 17 00:00:00 2001 From: Simon Tatham Date: Wed, 25 Oct 2000 08:23:41 +0000 Subject: [PATCH] Fix control ID bug causing rogue Appearance title bars in other panels [originally from svn r764] --- windlg.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/windlg.c b/windlg.c index 97114a5e..9abe85b5 100644 --- a/windlg.c +++ b/windlg.c @@ -792,7 +792,7 @@ static int GenericMainDlgProc (HWND hwnd, UINT msg, struct ctlpos cp; ctlposinit(&cp, hwnd, 80, 3, 13); bartitle(&cp, "Options controlling PuTTY's appearance", - IDC_TITLE_WINDOW); + IDC_TITLE_APPEARANCE); beginbox(&cp, "Adjust the use of the cursor", IDC_BOX_APPEARANCE1, IDC_BOXT_APPEARANCE1); checkbox(&cp, "Cursor &blinks", IDC_BLINKCUR);