Skip to content

Commit 0d7afe7

Browse files
authored
[SETUP][INF][FONTS] Revert FontSubstitutes for "MS Shell Dlg" back to "Tahoma" (reactos#8533)
Partial revert of bac7d7f for TCPView Help | About https://jira.reactos.org/browse/CORE-15678 truncated text. Fixes JIRA issue: CORE-20404.
1 parent 9af9e2b commit 0d7afe7

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

base/setup/lib/muifonts.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ MUI_SUBFONT LatinFonts[] =
1818
{ L"Helv", L"MS Sans Serif" },
1919
{ L"Helvetica", L"Arial" },
2020
{ L"MS Sans Serif", L"Microsoft Sans Serif" },
21-
{ L"MS Shell Dlg", L"Microsoft Sans Serif" },
21+
{ L"MS Shell Dlg", L"Tahoma" },
2222
{ L"MS Shell Dlg 2", L"Tahoma" },
2323
{ L"Segoe UI Symbol", L"Arial" },
2424
{ L"System", L"FreeSans" },

media/inf/font.inf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontSubstitutes","Fixedsys",0
2929
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontSubstitutes","Helv",0x00000000,"MS Sans Serif"
3030
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontSubstitutes","Helvetica",0x00000000,"Arial"
3131
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontSubstitutes","MS Sans Serif",0x00000000,"Microsoft Sans Serif"
32-
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontSubstitutes","MS Shell Dlg",0x00000000,"Microsoft Sans Serif"
32+
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontSubstitutes","MS Shell Dlg",0x00000000,"Tahoma"
3333
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontSubstitutes","MS Shell Dlg 2",0x00000000,"Tahoma"
3434
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontSubstitutes","Segoe UI Symbol",0x00000000,"Arial"
3535
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontSubstitutes","Terminal",0x00000000,"Lucida Console"

0 commit comments

Comments
 (0)