mirror of
https://github.com/veracrypt/VeraCrypt.git
synced 2025-11-11 11:08:02 -06:00
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
This commit is contained in:
@@ -95,7 +95,7 @@ BEGIN
|
|||||||
CONTROL "Temporary Cache password during ""Mount Favorite Volumes"" operations",IDC_PREF_TEMP_CACHE_ON_MULTIPLE_MOUNT,
|
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
|
"Button",BS_AUTOCHECKBOX | WS_TABSTOP,11,241,294,11
|
||||||
CONTROL "Include PIM when caching a password",IDC_PREF_CACHE_PIM,
|
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
|
END
|
||||||
|
|
||||||
IDD_VOLUME_PROPERTIES DIALOGEX 60, 30, 284, 224
|
IDD_VOLUME_PROPERTIES DIALOGEX 60, 30, 284, 224
|
||||||
|
|||||||
Reference in New Issue
Block a user