File tree Expand file tree Collapse file tree 2 files changed +2
-11
lines changed
Expand file tree Collapse file tree 2 files changed +2
-11
lines changed Original file line number Diff line number Diff 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
8071End Class
You can’t perform that action at this time.
0 commit comments