VeraCrypt
aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMounir IDRASSI <mounir.idrassi@idrix.fr>2015-04-19 16:11:41 +0200
committerMounir IDRASSI <mounir.idrassi@idrix.fr>2015-04-19 16:12:57 +0200
commit29501638d1c3acb84740dfe5bcd01f759e0d314d (patch)
tree80ba0125f2e17315f7149487424ba045ae4c15b3 /src
parent856395962bfe3aa4e0f9537cf386e0b1a80b337b (diff)
downloadVeraCrypt-29501638d1c3acb84740dfe5bcd01f759e0d314d.tar.gz
VeraCrypt-29501638d1c3acb84740dfe5bcd01f759e0d314d.zip
Windows: lower position of "Never save history" checkbox to avoid wrong clicks
Diffstat (limited to 'src')
-rw-r--r--src/Mount/Mount.rc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Mount/Mount.rc b/src/Mount/Mount.rc
index 02adfc3f..6dc356fa 100644
--- a/src/Mount/Mount.rc
+++ b/src/Mount/Mount.rc
@@ -148,7 +148,7 @@ BEGIN
PUSHBUTTON "&Volume Properties...",IDC_VOLUME_PROPERTIES,146,159,84,14
PUSHBUTTON "&Wipe Cache",IDC_WIPE_CACHE,276,159,84,14
COMBOBOX IDC_VOLUME,56,192,212,74,CBS_DROPDOWN | CBS_AUTOHSCROLL | WS_VSCROLL | WS_TABSTOP
- CONTROL "&Never save history",IDC_NO_HISTORY,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,56,207,122,10
+ CONTROL "&Never save history",IDC_NO_HISTORY,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,56,213,122,10
PUSHBUTTON "Volume &Tools...",IDC_VOLUME_TOOLS,184,211,84,14
PUSHBUTTON "Select &File...",IDC_SELECT_FILE,276,192,84,14
PUSHBUTTON "Select D&evice...",IDC_SELECT_DEVICE,276,211,84,14