Changed timmons to helmet, but this should be loaded from the registry.

svn path=/trunk/; revision=4223
This commit is contained in:
Richard Campbell 2003-03-01 09:05:34 +00:00
parent 348b71b4a6
commit 2d631fae3f

View file

@ -1,4 +1,4 @@
/* $Id: desktop.c,v 1.9 2002/09/30 21:21:38 chorns Exp $
/* $Id: desktop.c,v 1.10 2003/03/01 09:05:34 rcampbell Exp $
*
* COPYRIGHT: See COPYING in the top level directory
* PROJECT: ReactOS user32.dll
@ -39,7 +39,7 @@ SystemParametersInfoW(UINT uiAction,
/* FIXME: This should be obtained from the registry */
static LOGFONT CaptionFont =
{ 12, 0, 0, 0, FW_NORMAL, FALSE, FALSE, FALSE, OEM_CHARSET,
0, 0, DEFAULT_QUALITY, FIXED_PITCH | FF_MODERN, L"Timmons" };
0, 0, DEFAULT_QUALITY, FIXED_PITCH | FF_MODERN, L"Helmet" };
switch (uiAction)
{