gdi32: Use lower case font dir name to match unix directory layout.

This commit is contained in:
Dmitry Timoshkov 2007-09-12 15:05:28 +09:00 committed by Alexandre Julliard
parent e3cfd6ef32
commit 4fb82e3783
1 changed files with 1 additions and 1 deletions

View File

@ -339,7 +339,7 @@ static const WCHAR defFixed[] = {'C','o','u','r','i','e','r',' ','N','e','w','\0
static const WCHAR RegularW[] = {'R','e','g','u','l','a','r','\0'};
static const WCHAR fontsW[] = {'\\','F','o','n','t','s','\0'};
static const WCHAR fontsW[] = {'\\','f','o','n','t','s','\0'};
static const WCHAR win9x_font_reg_key[] = {'S','o','f','t','w','a','r','e','\\','M','i','c','r','o','s','o','f','t','\\',
'W','i','n','d','o','w','s','\\',
'C','u','r','r','e','n','t','V','e','r','s','i','o','n','\\',