mirror of
https://github.com/pbatard/rufus.git
synced 2025-05-20 09:55:11 -04:00
[ui] use 'Segoe UI Symbol' when available
* This is required to display Thai in RTF fields (#217) * Also fix the position of the Advanced groupbox
This commit is contained in:
parent
4757a4ac48
commit
0f56c2d1ef
4 changed files with 51 additions and 17 deletions
|
@ -456,6 +456,7 @@ extern BOOL AppendVHDFooter(const char* vhd_path);
|
|||
extern int IsHDD(DWORD DriveIndex, uint16_t vid, uint16_t pid, const char* strid);
|
||||
extern void LostTranslatorCheck(void);
|
||||
extern LONG ValidateSignature(HWND hDlg, const char* path);
|
||||
extern BOOL IsFontAvailable(const char* font_name);
|
||||
|
||||
DWORD WINAPI FormatThread(void* param);
|
||||
DWORD WINAPI SaveImageThread(void* param);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue