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/Main/Application.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Main/Application.h') diff --git a/src/Main/Application.h b/src/Main/Application.h index 07ed3d03..67493c13 100644 --- a/src/Main/Application.h +++ b/src/Main/Application.h @@ -24,7 +24,7 @@ namespace TrueCrypt static DirectoryPath GetExecutableDirectory (); static FilePath GetExecutablePath (); static int GetExitCode () { return ExitCode; } - static wstring GetName () { return L"TrueCrypt"; } + static wstring GetName () { return L"VeraCrypt"; } static UserInterface *GetUserInterface () { return mUserInterface; } static UserInterfaceType::Enum GetUserInterfaceType () { return mUserInterfaceType; } static void Initialize (UserInterfaceType::Enum type); -- cgit v1.2.3