Skip to content

Commit 1fac13d

Browse files
committed
Small fix
1 parent bcc75df commit 1fac13d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DiskImageTool/Forms/ImportFileForm.vb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@ Public Class ImportFileForm
280280
ChkLFN.Enabled = True
281281
ChkLFN.Checked = True
282282
Else
283-
ChkLFN.Enabled = False
283+
ChkLFN.Enabled = True
284284
ChkLFN.Checked = False
285285
End If
286286

0 commit comments

Comments
 (0)