mirror of
https://github.com/veracrypt/VeraCrypt.git
synced 2025-11-13 11:58:26 -06:00
Replace TrueCrypt references in added sources and resources by VeraCrypt ones.
This commit is contained in:
@@ -69,7 +69,7 @@ namespace TrueCrypt
|
||||
AppendToList ("BACKUP_HEADER", LangString[volumeInfo.MinRequiredProgramVersion >= 0x600 ? "UISTR_YES" : "UISTR_NO"]);
|
||||
|
||||
#ifdef TC_LINUX
|
||||
if (string (volumeInfo.VirtualDevice).find ("/dev/mapper/truecrypt") != 0)
|
||||
if (string (volumeInfo.VirtualDevice).find ("/dev/mapper/veracrypt") != 0)
|
||||
{
|
||||
#endif
|
||||
AppendToList ("TOTAL_DATA_READ", Gui->SizeToString (volumeInfo.TotalDataRead));
|
||||
|
||||
Reference in New Issue
Block a user