diff options
author | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2017-05-14 11:42:52 +0200 |
---|---|---|
committer | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2017-05-15 01:16:40 +0200 |
commit | 817ffac87ea49147f0c82b00d0c5e2d0f38f7fc3 (patch) | |
tree | 15ad9b28c5ea6953b461ff5d6631adb79d567eb9 /src/Common/Tcdefs.h | |
parent | 5e1fffa87191c3566bcbe20c6e8d29d5f21651d5 (diff) | |
download | VeraCrypt-817ffac87ea49147f0c82b00d0c5e2d0f38f7fc3.tar.gz VeraCrypt-817ffac87ea49147f0c82b00d0c5e2d0f38f7fc3.zip |
Replace Codeplex links by ones on veracrypt.fr
Diffstat (limited to 'src/Common/Tcdefs.h')
-rw-r--r-- | src/Common/Tcdefs.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/Common/Tcdefs.h b/src/Common/Tcdefs.h index 9a5cb43a..bcf2928e 100644 --- a/src/Common/Tcdefs.h +++ b/src/Common/Tcdefs.h @@ -359,9 +359,8 @@ void EraseMemory (void *memory, int size); #define MAX_URL_LENGTH 2084 /* Internet Explorer limit. Includes the terminating null character. */ -#define TC_HOMEPAGE "http://www.idrix.fr/" -#define TC_APPLINK "https://veracrypt.codeplex.com" -#define TC_APPLINK_SECURE "https://veracrypt.codeplex.com" +#define TC_HOMEPAGE L"https://www.idrix.fr/" +#define TC_APPLINK L"https://www.veracrypt.fr" enum { |