Skip to content

Commit e7e1dfa

Browse files
committed
Point to currently mounted image
1 parent d58e1fe commit e7e1dfa

File tree

2 files changed

+2
-11
lines changed

2 files changed

+2
-11
lines changed

Installer/Output/dt_setup.exe

-1.01 KB
Binary file not shown.

Panels/Img_Ops/Switch/SingleImageIndexError.vb

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -64,17 +64,8 @@ Public Class SingleImageIndexError
6464

6565
Private Sub LinkLabel1_LinkClicked(sender As Object, e As LinkLabelLinkClickedEventArgs) Handles LinkLabel1.LinkClicked
6666
Visible = False
67-
GetImgInfoDlg.RadioButton1.Checked = False
68-
GetImgInfoDlg.RadioButton2.Checked = True
69-
' Go through the mounted image listings to find the appropriate image
70-
If MainForm.MountedImageImgFiles.Count > 0 Then
71-
For x = 0 To Array.LastIndexOf(MainForm.MountedImageImgFiles, MainForm.MountedImageImgFiles.Last)
72-
If MainForm.MountedImageMountDirs(x) = MainForm.MountDir Then
73-
GetImgInfoDlg.TextBox1.Text = MainForm.MountedImageImgFiles(x)
74-
Exit For
75-
End If
76-
Next
77-
End If
67+
GetImgInfoDlg.RadioButton1.Checked = True
68+
GetImgInfoDlg.RadioButton2.Checked = False
7869
GetImgInfoDlg.ShowDialog(MainForm)
7970
End Sub
8071
End Class

0 commit comments

Comments
 (0)