diff options
author | alt3r 3go <alt3r.3go@protonmail.com> | 2021-02-21 10:11:32 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-21 10:11:32 +0100 |
commit | c802db448de591a45144fc7300a10b2c9392ce30 (patch) | |
tree | 913d6c1dfc0a3559afdb39c9219dbf586610ecc2 /src | |
parent | d43f374189bb254cf4feccc460b78af545115133 (diff) | |
download | VeraCrypt-c802db448de591a45144fc7300a10b2c9392ce30.tar.gz VeraCrypt-c802db448de591a45144fc7300a10b2c9392ce30.zip |
interface: add keyboard shortcut to "TrueCrypt mode" in the mount dialog (#729)
I've also updated all the relevant language files.
Closes #95.
Signed-off-by: alt3r 3go <alt3r.3go@protonmail.com>
Diffstat (limited to 'src')
-rw-r--r-- | src/Common/Language.xml | 2 | ||||
-rw-r--r-- | src/ExpandVolume/ExpandVolume.rc | 2 | ||||
-rw-r--r-- | src/Mount/Mount.rc | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/src/Common/Language.xml b/src/Common/Language.xml index 62384615..4b59bae6 100644 --- a/src/Common/Language.xml +++ b/src/Common/Language.xml @@ -180,7 +180,7 @@ <entry lang="en" key="IDC_SHOW_PASSWORD_CHPWD_ORI">Display password</entry> <entry lang="en" key="IDC_TRAVEL_OPEN_EXPLORER">Open &Explorer window for mounted volume</entry> <entry lang="en" key="IDC_TRAV_CACHE_PASSWORDS">&Cache password in driver memory</entry> - <entry lang="en" key="IDC_TRUECRYPT_MODE">TrueCrypt Mode</entry> + <entry lang="en" key="IDC_TRUECRYPT_MODE">&TrueCrypt Mode</entry> <entry lang="en" key="IDC_UNMOUNTALL">Di&smount All</entry> <entry lang="en" key="IDC_VOLUME_PROPERTIES">&Volume Properties...</entry> <entry lang="en" key="IDC_VOLUME_TOOLS">Volume &Tools...</entry> diff --git a/src/ExpandVolume/ExpandVolume.rc b/src/ExpandVolume/ExpandVolume.rc index f9fc13d4..798e0a7e 100644 --- a/src/ExpandVolume/ExpandVolume.rc +++ b/src/ExpandVolume/ExpandVolume.rc @@ -84,7 +84,7 @@ FONT 8, "MS Shell Dlg", 0, 0, 0x0 BEGIN EDITTEXT IDC_PASSWORD,69,8,166,14,ES_PASSWORD | ES_AUTOHSCROLL COMBOBOX IDC_PKCS5_PRF_ID,69,26,86,90,CBS_DROPDOWNLIST | WS_TABSTOP - CONTROL "TrueCrypt Mode",IDC_TRUECRYPT_MODE,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,159,28,76,10 + CONTROL "&TrueCrypt Mode",IDC_TRUECRYPT_MODE,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,159,28,76,10 EDITTEXT IDC_PIM,69,43,42,14,ES_RIGHT | ES_PASSWORD | ES_AUTOHSCROLL | ES_NUMBER | NOT WS_VISIBLE CONTROL "Use P&IM",IDC_PIM_ENABLE,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,70,49,97,10 CONTROL "Cache passwords and keyfil&es in memory",IDC_CACHE, diff --git a/src/Mount/Mount.rc b/src/Mount/Mount.rc index dab159b6..d93f15e3 100644 --- a/src/Mount/Mount.rc +++ b/src/Mount/Mount.rc @@ -191,7 +191,7 @@ FONT 8, "MS Shell Dlg", 0, 0, 0x0 BEGIN EDITTEXT IDC_PASSWORD,69,8,179,14,ES_PASSWORD | ES_AUTOHSCROLL COMBOBOX IDC_PKCS5_PRF_ID,69,26,96,90,CBS_DROPDOWNLIST | WS_TABSTOP - CONTROL "TrueCrypt Mode",IDC_TRUECRYPT_MODE,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,170,28,76,10 + CONTROL "&TrueCrypt Mode",IDC_TRUECRYPT_MODE,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,170,28,76,10 EDITTEXT IDC_PIM,69,43,42,14,ES_RIGHT | ES_PASSWORD | ES_AUTOHSCROLL | ES_NUMBER | NOT WS_VISIBLE CONTROL "Use P&IM",IDC_PIM_ENABLE,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,70,48,97,10 CONTROL "Cache passwords and keyfil&es in memory",IDC_CACHE, |