From edc9f36322e44bc0b164cf27ca03cf970ef48091 Mon Sep 17 00:00:00 2001 From: Mounir IDRASSI Date: Sat, 31 May 2014 23:09:24 +0200 Subject: Replace TrueCrypt references in added sources and resources by VeraCrypt ones. --- src/Core/Unix/MacOSX/CoreMacOSX.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Core/Unix/MacOSX/CoreMacOSX.h') diff --git a/src/Core/Unix/MacOSX/CoreMacOSX.h b/src/Core/Unix/MacOSX/CoreMacOSX.h index eee11d6f..37ebd1d6 100644 --- a/src/Core/Unix/MacOSX/CoreMacOSX.h +++ b/src/Core/Unix/MacOSX/CoreMacOSX.h @@ -22,7 +22,7 @@ namespace TrueCrypt virtual void CheckFilesystem (shared_ptr mountedVolume, bool repair = false) const; virtual shared_ptr DismountVolume (shared_ptr mountedVolume, bool ignoreOpenFiles = false, bool syncVolumeInfo = false); - virtual string GetDefaultMountPointPrefix () const { return "/Volumes/truecrypt"; } + virtual string GetDefaultMountPointPrefix () const { return "/Volumes/veracrypt"; } protected: virtual void MountAuxVolumeImage (const DirectoryPath &auxMountPoint, const MountOptions &options) const; -- cgit v1.2.3