[PATCH 0/1] MR7405: dwrite: Fix spelling for Sundanese.
From: Daniel Lehman <dlehman25(a)gmail.com> --- dlls/dwrite/analyzer.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dlls/dwrite/analyzer.c b/dlls/dwrite/analyzer.c index 783312f68e8..92ffc8ffe1e 100644 --- a/dlls/dwrite/analyzer.c +++ b/dlls/dwrite/analyzer.c @@ -287,7 +287,7 @@ system_fallback_config[] = { "1A00-1A1F", L"Noto Sans Buginese" }, { "1A20-1AAF", L"Noto Sans Tai Tham" }, { "1B00-1B7F", L"Noto Sans Balinese" }, - { "1B80-1BBF, 1CC0-1CCF", L"Noto Sans Sundanes" }, + { "1B80-1BBF, 1CC0-1CCF", L"Noto Sans Sundanese" }, { "1BC0-1BFF", L"Noto Sans Batak" }, { "1C00-1C4F", L"Noto Sans Lepcha" }, { "1C50-1C7F", L"Noto Sans Ol Chiki" }, -- GitLab https://gitlab.winehq.org/wine/wine/-/merge_requests/7405
This merge request was approved by Nikolay Sivov. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/7405
participants (3)
-
Daniel Lehman -
Daniel Lehman (@dlehman25) -
Nikolay Sivov (@nsivov)