mirror of
https://github.com/veracrypt/VeraCrypt.git
synced 2025-11-12 03:18:26 -06:00
Windows: solve Expander GUI issues caused by latest Unicode modifications.
This commit is contained in:
@@ -82,7 +82,7 @@ BOOL UpdateProgressBarProc (__int64 byteOffset)
|
||||
else
|
||||
StringCbPrintfW (text, sizeof text, GetString ("PROCESSED_PORTION_X_PERCENT"), perc);
|
||||
|
||||
StringCbCatW (speed, sizeof(speed), L" ");
|
||||
StringCbCatW (text, sizeof(speed), L" ");
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user