VeraCrypt
aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMounir IDRASSI <mounir.idrassi@idrix.fr>2019-01-18 18:59:55 +0100
committerMounir IDRASSI <mounir.idrassi@idrix.fr>2019-01-18 19:02:18 +0100
commit20463477755e5858441935ee18a6820c030df343 (patch)
treef7147e8a8bdeb8104e500ba0597d699c2ce95dd9
parent9eb36ba91f82d381964ae6f3db52817d7fbecddb (diff)
downloadVeraCrypt-20463477755e5858441935ee18a6820c030df343.tar.gz
VeraCrypt-20463477755e5858441935ee18a6820c030df343.zip
Windows: fix editor of EFI configuration file not accepting ENTER key for adding new lines.
-rw-r--r--src/Common/Common.rc4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Common/Common.rc b/src/Common/Common.rc
index 249a1329..60ea0a5a 100644
--- a/src/Common/Common.rc
+++ b/src/Common/Common.rc
@@ -341,8 +341,8 @@ IDD_TEXT_EDIT_DLG DIALOGEX 0, 0, 372, 220
STYLE DS_SETFONT | DS_MODALFRAME | DS_3DLOOK | DS_FIXEDSYS | DS_CENTER | WS_POPUP | WS_CAPTION | WS_SYSMENU
FONT 8, "MS Shell Dlg", 0, 0, 0x0
BEGIN
- DEFPUSHBUTTON "OK",IDOK,306,201,58,14
- CONTROL "",IDC_INFO_BOX_TEXT,"RichEdit20W",ES_MULTILINE | ES_NUMBER | WS_BORDER | WS_VSCROLL | WS_HSCROLL | WS_TABSTOP,5,6,361,188
+ PUSHBUTTON "OK",IDOK,306,201,58,14
+ CONTROL "",IDC_INFO_BOX_TEXT,"RichEdit20W",ES_MULTILINE | ES_WANTRETURN | ES_NUMBER | WS_BORDER | WS_VSCROLL | WS_HSCROLL | WS_TABSTOP,5,6,361,188
DEFPUSHBUTTON "Cancel",IDCANCEL,240,201,58,14
END