mirror of
https://github.com/reactos/reactos.git
synced 2025-01-05 22:12:46 +00:00
[BOOTDATA]
Remove a comment becoming pointless since revision r58255. [WIN32SS] Remove an operation, redundant since revision r58255. svn path=/trunk/; revision=58257
This commit is contained in:
parent
3097671ab5
commit
16bc7253b9
4 changed files with 1 additions and 5 deletions
|
@ -195,7 +195,6 @@ HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\ProfileList",,0x00000012
|
|||
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\ProfileList","ProfilesDirectory",0x00020000,"%SystemDrive%\Documents and Settings"
|
||||
|
||||
; Font substitutes
|
||||
; FontSubstitutes are also returned by EnumFontFamilies, FontSubstitutes aren't
|
||||
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Fonts",,0x00000012
|
||||
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontSubstitutes",,0x00000012
|
||||
|
||||
|
|
|
@ -121,7 +121,6 @@ HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\ProfileList",,0x00000012
|
|||
;HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\ProfileList","ProfilesDirectory",0x00020000,"%SystemDrive%\Documents and Settings"
|
||||
|
||||
; Font substitutes
|
||||
; FontSubstitutes are also returned by EnumFontFamilies, FontSubstitutes aren't
|
||||
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Fonts",,0x00000012
|
||||
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontSubstitutes",,0x00000012
|
||||
|
||||
|
|
|
@ -231,7 +231,6 @@ HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\ProfileList",,0x00000012
|
|||
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\ProfileList","ProfilesDirectory",0x00020000,"%SystemDrive%\Documents and Settings"
|
||||
|
||||
; Font substitutes
|
||||
; FontSubstitutes are also returned by EnumFontFamilies, FontSubstitutes aren't
|
||||
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Fonts",,0x00000012
|
||||
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontSubstitutes",,0x00000012
|
||||
|
||||
|
|
|
@ -2660,8 +2660,7 @@ SubstituteFontFamily(PUNICODE_STRING FaceName, UINT Level)
|
|||
return;
|
||||
}
|
||||
|
||||
if (SubstituteFontFamilyKey(FaceName, L"FontSubstitutes") ||
|
||||
SubstituteFontFamilyKey(FaceName, L"FontSubstitutes"))
|
||||
if (SubstituteFontFamilyKey(FaceName, L"FontSubstitutes"))
|
||||
{
|
||||
SubstituteFontFamily(FaceName, Level + 1);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue