You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Installer/dcrypt_install.iss
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -67,7 +67,7 @@ var
67
67
DrvVersion: Cardinal;
68
68
begin
69
69
70
-
MsgBox('This is a BETA release, use it at your own risk!'#13#10'This tool is provided on an "as is" basis, with no warranty of any kind, express or implied.', mbError, MB_OK);
70
+
SuppressibleMsgBox('This is a BETA release, use it at your own risk!'#13#10'This tool is provided on an "as is" basis, with no warranty of any kind, express or implied.', mbError, MB_OK);
0 commit comments