mirror of
https://github.com/pbatard/rufus.git
synced 2025-05-22 10:55:19 -04:00
[misc] also use SHA-256 for timestamping
* This should ensure that we are SHA-256 everywhere now
This commit is contained in:
parent
a952221a9b
commit
48219af36a
3 changed files with 7 additions and 7 deletions
|
@ -1671,7 +1671,7 @@ LPCDLGTEMPLATE GetDialogTemplate(int Dialog_ID)
|
|||
// 'Segoe UI'... but Cyrillic won't work with 'Segoe UI Symbol'
|
||||
|
||||
// If 'Segoe UI Symbol' is available, and we are using Thai, we're done here
|
||||
if (IsFontAvailable("Segoe UI Symbol") && (selected_locale != 0)
|
||||
if (IsFontAvailable("Segoe UI Symbol") && (selected_locale != NULL)
|
||||
&& (safe_strcmp(selected_locale->txt[0], "th-TH") == 0))
|
||||
return rcTemplate;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue