diff options
author | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2022-01-16 15:43:45 +0100 |
---|---|---|
committer | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2022-01-16 15:43:45 +0100 |
commit | fcb220e39ad0cb051f097a674898683c4531e5c9 (patch) | |
tree | c04b655dd450f2b1f3612daf34ccf0bef43503cb /src/Setup | |
parent | 0d92195c91ec07f2a72d4e4c952bfff672983fa3 (diff) | |
parent | 36f71280faf32cdea46b270ae40d71cb46032039 (diff) | |
download | VeraCrypt-fcb220e39ad0cb051f097a674898683c4531e5c9.tar.gz VeraCrypt-fcb220e39ad0cb051f097a674898683c4531e5c9.zip |
Merge branch 'master' of https://github.com/e2Security/VeraCrypt into e2Security-master
Changes made to src/Common/Dlgcode.c and src/Common/Language.xml to resolve conflicts.
For Language.xml, new entries were put at the end and remove entries were put back in order to keep same order to entries as before. This important for compatibility with Transifex translation platform.
Diffstat (limited to 'src/Setup')
-rw-r--r-- | src/Setup/Setup.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Setup/Setup.h b/src/Setup/Setup.h index e38dd75a..a8eae4a9 100644 --- a/src/Setup/Setup.h +++ b/src/Setup/Setup.h @@ -24,6 +24,7 @@ static wchar_t *szFiles[]= L"ALicense.txt", L"ALICENSE", L"ANOTICE", + L"Apassword1000000.txt", L"AVeraCrypt.exe", L"AVeraCryptExpander.exe", L"AVeraCrypt Format.exe", @@ -42,6 +43,7 @@ static wchar_t *szCompressedFiles[]= L"License.txt", L"LICENSE", L"NOTICE", + L"password1000000.txt", L"VeraCrypt.exe", L"VeraCryptExpander.exe", L"VeraCrypt Format.exe", |