diff options
author | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2019-03-03 22:49:56 +0100 |
---|---|---|
committer | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2019-03-03 23:48:42 +0100 |
commit | 6d2cef1fd8e0e80acdc383779c6cce61eb8e38dc (patch) | |
tree | f26f60f15591b212f0d865685557015faca1f5cc /src/Main | |
parent | c7b23530f90346974c1b4712bee45d8b071d8f77 (diff) | |
download | VeraCrypt-6d2cef1fd8e0e80acdc383779c6cce61eb8e38dc.tar.gz VeraCrypt-6d2cef1fd8e0e80acdc383779c6cce61eb8e38dc.zip |
Fix formatting of credits in About dialog and documentation
Diffstat (limited to 'src/Main')
-rw-r--r-- | src/Main/Forms/AboutDialog.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Main/Forms/AboutDialog.cpp b/src/Main/Forms/AboutDialog.cpp index 552a864a..60edc586 100644 --- a/src/Main/Forms/AboutDialog.cpp +++ b/src/Main/Forms/AboutDialog.cpp @@ -65,7 +65,7 @@ namespace VeraCrypt L"Copyright \xA9 2016 Disk Cryptography Services for EFI (DCS), Alex Kolotnikov.\n" L"Copyright \xA9 1999-2017 Dieter Baron and Thomas Klausner.\n" L"Copyright \xA9 2013, Alexey Degtyarev. All rights reserved.\n" - L"Copyright \xA9 1999-2016 Jack Lloyd. All rights reserved.\n\n" + L"Copyright \xA9 1999-2016 Jack Lloyd. All rights reserved.\n" L"Copyright \xA9 2013-2018 Stephan Mueller <smueller@chronox.de>\n\n" L"\nThis software as a whole:\n" |