diff options
author | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2016-01-04 02:53:54 +0100 |
---|---|---|
committer | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2016-01-04 02:55:18 +0100 |
commit | 80ba7224979658fabfdc44d04fbc6940265eb3ec (patch) | |
tree | c1dbda2c152517b7b99f31832bae6915b89aa6fb | |
parent | 52d9838978188840c816bfcfd8b20227c08b7677 (diff) | |
download | VeraCrypt-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.rc | 2 |
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
|