mirror of
https://github.com/glfw/glfw.git
synced 2024-11-12 17:51:48 +00:00
Win32 Fixed typo in font name
This commit is contained in:
parent
5af8c06714
commit
a822381ed7
@ -1814,7 +1814,7 @@ static HICON GenerateTextBadgeIcon(HWND hWnd, WCHAR* text)
|
||||
//Create and set font
|
||||
badgeData.hFont = CreateFont(fontSize, 0, 0, 0, weight, FALSE, FALSE, FALSE, 0,
|
||||
OUT_DEFAULT_PRECIS, CLIP_DEFAULT_PRECIS, ANTIALIASED_QUALITY,
|
||||
DEFAULT_PITCH | FF_DONTCARE, TEXT("Segeo UI"));
|
||||
DEFAULT_PITCH | FF_DONTCARE, TEXT("Segoe UI"));
|
||||
if(!badgeData.hFont)
|
||||
{
|
||||
CleanupBadgeData(hWnd, &badgeData);
|
||||
|
Loading…
Reference in New Issue
Block a user