mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 01:55:19 +00:00
Changed timmons to helmet, but this should be loaded from the registry.
svn path=/trunk/; revision=4223
This commit is contained in:
parent
348b71b4a6
commit
2d631fae3f
1 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue