diff options
Diffstat (limited to 'src/Mount/Mount.rc')
-rw-r--r-- | src/Mount/Mount.rc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Mount/Mount.rc b/src/Mount/Mount.rc index 9e823493..553914b5 100644 --- a/src/Mount/Mount.rc +++ b/src/Mount/Mount.rc @@ -345,8 +345,9 @@ BEGIN "Button",BS_AUTOCHECKBOX | WS_TABSTOP,18,237,335,10 CONTROL "Activate encryption of keys and passwords stored in RAM",IDC_ENABLE_RAM_ENCRYPTION, "Button",BS_AUTOCHECKBOX | WS_TABSTOP,18,250,337,10 - CONTROL "Disable memory protection in VeraCrypt",IDC_DISABLE_MEMORY_PROTECTION, + CONTROL "Disable memory protection for Accessibility tools compatibility",IDC_DISABLE_MEMORY_PROTECTION, "Button",BS_AUTOCHECKBOX | WS_TABSTOP,18,263,339,10 + PUSHBUTTON "?",IDC_DISABLE_MEMORY_PROTECTION_HELP,364,259,7,14 PUSHBUTTON "&Benchmark",IDC_BENCHMARK,7,279,59,14 DEFPUSHBUTTON "OK",IDOK,257,279,50,14 PUSHBUTTON "Cancel",IDCANCEL,314,279,50,14 |