Fix control ID bug causing rogue Appearance title bars in other panels
authorsimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Wed, 25 Oct 2000 08:23:41 +0000 (08:23 +0000)
committersimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Wed, 25 Oct 2000 08:23:41 +0000 (08:23 +0000)
git-svn-id: svn://svn.tartarus.org/sgt/putty@764 cda61777-01e9-0310-a592-d414129be87e

windlg.c

index 97114a5..9abe85b 100644 (file)
--- 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);