Attached are patch and ChangeLog entry to change the font used in the column
headings of the setup.exe package list from the large blocky SYSTEM_FONT to the
same one used in the body of the package list (DEFAULT_GUI_FONT).
Max.
--- PickView.cc 2002/07/06 13:29:34 2.7
+++ PickView.cc 2002/07/08 11:35:10
@@ -409,6 +410,9 @@
// FIXME: throw an exception
exit (11);
+ // Set the font of the listheader, but don't redraw, because its not shown yet.
+ // This message does not return a value, so we are not checking it as we do above.
+ SendMessage (listheader, WM_SETFONT, (WPARAM) sysfont, FALSE);
// Set the size, position, and visibility of the header control.
SetWindowPos (listheader, wp.hwndInsertAfter, wp.x, wp.y,
2002-07-08 Max Bowsher <[EMAIL PROTECTED]>
* PickView.cc (PickView::PickView): Set font of package list header to
the same as used in the rest of the package list.