Fixed issue #30

This commit is contained in:
Michael J. Seiferling
2016-02-05 09:18:23 -06:00
parent 2fb18c5f19
commit 5947b7d0b2
2 changed files with 1 additions and 5 deletions
-5
View File
@@ -65,11 +65,6 @@ Public Class frmChooseGame
SetForm()
FillComboBox()
Me.Focus()
Dim sResource As String = String.Empty
Dim sCode As String = String.Empty
mgrCommon.GetAllStrings(Me, sResource, sCode, "frmChooseGame")
Clipboard.SetText(sResource & vbCrLf & vbCrLf & sCode)
End Sub
Private Sub btnChoose_Click(sender As System.Object, e As System.EventArgs) Handles btnChoose.Click
+1
View File
@@ -1476,6 +1476,7 @@ Public Class frmMain
RunBackup()
Else
UpdateLog(frmMain_UnknownGameEnded, False)
oProcess.GameInfo = Nothing
ResetGameInfo()
ResumeScan()
End If