mirror of
https://github.com/veracrypt/VeraCrypt.git
synced 2025-11-11 02:58:02 -06:00
Windows: correct issue in displaying PDF of User Guide.
This commit is contained in:
@@ -2515,7 +2515,7 @@ void InitHelpFileName (void)
|
||||
|
||||
// Primary file name
|
||||
if (strcmp (GetPreferredLangId(), "en") == 0
|
||||
|| GetPreferredLangId() == NULL)
|
||||
|| strlen(GetPreferredLangId()) == 0)
|
||||
{
|
||||
StringCbCatA (szHelpFile, sizeof(szHelpFile), "VeraCrypt User Guide.pdf");
|
||||
}
|
||||
@@ -2532,7 +2532,7 @@ void InitHelpFileName (void)
|
||||
{
|
||||
++lpszTmp;
|
||||
*lpszTmp = 0;
|
||||
StringCbCopyA (szHelpFile2, sizeof(szHelpFile2), "VeraCrypt User Guide.pdf");
|
||||
StringCbCatA (szHelpFile2, sizeof(szHelpFile2), "VeraCrypt User Guide.pdf");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user