VeraCrypt
aboutsummaryrefslogtreecommitdiff
path: root/src/Main/Forms/EncryptionTestDialog.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/Main/Forms/EncryptionTestDialog.cpp')
-rw-r--r--src/Main/Forms/EncryptionTestDialog.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Main/Forms/EncryptionTestDialog.cpp b/src/Main/Forms/EncryptionTestDialog.cpp
index ab27826d..fdfa598b 100644
--- a/src/Main/Forms/EncryptionTestDialog.cpp
+++ b/src/Main/Forms/EncryptionTestDialog.cpp
@@ -21,7 +21,7 @@ namespace VeraCrypt
foreach (shared_ptr <EncryptionAlgorithm> ea, EncryptionAlgorithms)
{
if (!ea->IsDeprecated())
- EncryptionAlgorithmChoice->Append (ea->GetName(), ea.get());
+ EncryptionAlgorithmChoice->Append (ea->GetName(true), ea.get());
}
EncryptionAlgorithmChoice->Select (0);