1
0
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:
Mounir IDRASSI
2016-01-18 19:51:46 +01:00
parent 90957cd9d9
commit 8a2d9c4120
4 changed files with 20 additions and 20 deletions

View File

@@ -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
{