diff options
author | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2014-06-22 16:02:42 +0200 |
---|---|---|
committer | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2014-11-08 23:20:14 +0100 |
commit | 41a22ca4e78df752d4ce143a692310ab9e48c686 (patch) | |
tree | 7167af89d885e032926cb79981fd981f7b685962 /src/Common/SecurityToken.h | |
parent | 17823cb58c5c68e5d1cf8cc6e9d92d0ce6194d8d (diff) | |
download | VeraCrypt-41a22ca4e78df752d4ce143a692310ab9e48c686.tar.gz VeraCrypt-41a22ca4e78df752d4ce143a692310ab9e48c686.zip |
Change namespace from TrueCrypt to VeraCrypt. Rename method from Resources Resources::GetTrueCryptIcon to Resources::GetVeraCryptIcon.
Diffstat (limited to 'src/Common/SecurityToken.h')
-rw-r--r-- | src/Common/SecurityToken.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Common/SecurityToken.h b/src/Common/SecurityToken.h index 5620aa05..c83ed328 100644 --- a/src/Common/SecurityToken.h +++ b/src/Common/SecurityToken.h @@ -49,7 +49,7 @@ #define TC_SECURITY_TOKEN_KEYFILE_URL_SLOT L"slot"
#define TC_SECURITY_TOKEN_KEYFILE_URL_FILE L"file"
-namespace TrueCrypt
+namespace VeraCrypt
{
struct SecurityTokenInfo
{
|