From 03867fbf5653c0260e71271e0ddf46ed1045b488 Mon Sep 17 00:00:00 2001 From: Mounir IDRASSI Date: Sat, 22 Jun 2013 17:34:53 +0200 Subject: Modifications to remove all TrueCrypt references in names. generate new GUIDs for VeraCrypt. Replace "TRUE" by "VERA" in volume headers and driver magic word. --- src/Common/Dlgcode.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'src/Common/Dlgcode.h') diff --git a/src/Common/Dlgcode.h b/src/Common/Dlgcode.h index 9999494d..2c3ad688 100644 --- a/src/Common/Dlgcode.h +++ b/src/Common/Dlgcode.h @@ -44,12 +44,12 @@ enum TC_TBXID_EXTRA_BOOT_PARTITION_REMOVAL_INSTRUCTIONS }; -#define TC_APPLICATION_ID L"TrueCryptFoundation.TrueCrypt" +#define TC_APPLICATION_ID L"IDRIX.VeraCrypt" -#define TC_MUTEX_NAME_SYSENC "Global\\TrueCrypt System Encryption Wizard" -#define TC_MUTEX_NAME_NONSYS_INPLACE_ENC "Global\\TrueCrypt In-Place Encryption Wizard" -#define TC_MUTEX_NAME_APP_SETUP "Global\\TrueCrypt Setup" -#define TC_MUTEX_NAME_DRIVER_SETUP "Global\\TrueCrypt Driver Setup" +#define TC_MUTEX_NAME_SYSENC "Global\\VeraCrypt System Encryption Wizard" +#define TC_MUTEX_NAME_NONSYS_INPLACE_ENC "Global\\VeraCrypt In-Place Encryption Wizard" +#define TC_MUTEX_NAME_APP_SETUP "Global\\VeraCrypt Setup" +#define TC_MUTEX_NAME_DRIVER_SETUP "Global\\VeraCrypt Driver Setup" #define IDC_ABOUT 0x7fff /* ID for AboutBox on system menu in wm_user range */ -- cgit v1.2.3