mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-30 12:23:28 +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:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user