VeraCrypt
aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMounir IDRASSI <mounir.idrassi@idrix.fr>2016-01-04 02:53:54 +0100
committerMounir IDRASSI <mounir.idrassi@idrix.fr>2016-01-04 02:55:18 +0100
commit80ba7224979658fabfdc44d04fbc6940265eb3ec (patch)
treec1dbda2c152517b7b99f31832bae6915b89aa6fb
parent52d9838978188840c816bfcfd8b20227c08b7677 (diff)
downloadVeraCrypt-80ba7224979658fabfdc44d04fbc6940265eb3ec.tar.gz
VeraCrypt-80ba7224979658fabfdc44d04fbc6940265eb3ec.zip
Windows: increase the size of the field IDC_PREF_CACHE_PIM in the preferences dialog to avoid truncation when using a language other then English
-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 1a5a855b..9e34d6bb 100644
--- a/src/Mount/Mount.rc
+++ b/src/Mount/Mount.rc
@@ -95,7 +95,7 @@ BEGIN
CONTROL "Temporary Cache password during ""Mount Favorite Volumes"" operations",IDC_PREF_TEMP_CACHE_ON_MULTIPLE_MOUNT,
"Button",BS_AUTOCHECKBOX | WS_TABSTOP,11,241,294,11
CONTROL "Include PIM when caching a password",IDC_PREF_CACHE_PIM,
- "Button",BS_AUTOCHECKBOX | WS_TABSTOP,11,269,151,10
+ "Button",BS_AUTOCHECKBOX | WS_TABSTOP,11,269,296,10
END
IDD_VOLUME_PROPERTIES DIALOGEX 60, 30, 284, 224