diff options
author | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2015-10-11 23:25:08 +0200 |
---|---|---|
committer | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2015-10-15 01:35:57 +0200 |
commit | f274f5bdc52b5b2b53d7526d26be8c30c9f97453 (patch) | |
tree | 1631d933c5213118835ea6bdab6c56dc2b0bc683 /src | |
parent | 5a8eee91c3525c910afdf628c8f8bac65837ca79 (diff) | |
download | VeraCrypt-f274f5bdc52b5b2b53d7526d26be8c30c9f97453.tar.gz VeraCrypt-f274f5bdc52b5b2b53d7526d26be8c30c9f97453.zip |
Windows: solve issue on VeraCryptExpander where if TB radio button was checked, it will remain checked even if GB, MB or KB is are checked.
Diffstat (limited to 'src')
-rw-r--r-- | src/ExpandVolume/ExpandVolume.rc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ExpandVolume/ExpandVolume.rc b/src/ExpandVolume/ExpandVolume.rc index 62ce5b8f..f9832e0a 100644 --- a/src/ExpandVolume/ExpandVolume.rc +++ b/src/ExpandVolume/ExpandVolume.rc @@ -36,6 +36,7 @@ BEGIN CONTROL "&KB",IDC_KB,"Button",BS_AUTORADIOBUTTON | WS_GROUP | WS_TABSTOP,169,105,38,10
CONTROL "&MB",IDC_MB,"Button",BS_AUTORADIOBUTTON,209,105,38,10
CONTROL "&GB",IDC_GB,"Button",BS_AUTORADIOBUTTON,248,105,38,10
+ CONTROL "&TB",IDC_TB,"Button",BS_AUTORADIOBUTTON,288,105,38,10
CONTROL "Fill new space with random data",IDC_INIT_NEWSPACE,
"Button",BS_AUTOCHECKBOX | WS_TABSTOP,30,127,118,10
DEFPUSHBUTTON "Continue",IDOK,15,238,84,18
@@ -51,7 +52,6 @@ BEGIN CONTROL "",IDC_EXPAND_VOLUME_NAME,"Static",SS_SIMPLE | WS_GROUP,80,18,275,8,WS_EX_TRANSPARENT
RTEXT "File system: ",IDT_FILE_SYS,31,30,42,8
CONTROL "",IDC_EXPAND_FILE_SYSTEM,"Static",SS_SIMPLE | WS_GROUP,80,30,275,8,WS_EX_TRANSPARENT
- CONTROL "&TB",IDC_TB,"Button",BS_AUTORADIOBUTTON,288,105,38,10
END
IDD_MOUNT_DLG DIALOGEX 0, 0, 376, 271
|