Fix silly typo
This commit is contained in:
parent
7a6a0ee7af
commit
f648b1cfbc
|
@ -49,7 +49,7 @@ static void *d3dfonts_w32_init_font(void *video_data,
|
||||||
#ifdef _MSC_VER /* MSVC needs w_char* */
|
#ifdef _MSC_VER /* MSVC needs w_char* */
|
||||||
L"Verdana" /* Hardcode FTL */
|
L"Verdana" /* Hardcode FTL */
|
||||||
#else
|
#else
|
||||||
"Veranda"
|
"Verdana"
|
||||||
#endif
|
#endif
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue