From 80ba7224979658fabfdc44d04fbc6940265eb3ec Mon Sep 17 00:00:00 2001 From: Mounir IDRASSI Date: Mon, 4 Jan 2016 02:53:54 +0100 Subject: 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 --- src/Mount/Mount.rc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Mount') 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 -- cgit v1.2.3