Fixed issue #32

This commit is contained in:
Michael J. Seiferling
2016-01-30 09:42:27 -06:00
parent 70be04b750
commit 47f4b0774d
+1 -1
View File
@@ -975,7 +975,7 @@ Public Class frmGameManager
Case eModes.MultiSelect
Dim sMonitorIDs As New List(Of String)
For Each oData In lstGames.SelectedItems
sMonitorIDs.Add(AppData(oData.Key))
sMonitorIDs.Add(oData.Key)
Next
If mgrCommon.ShowMessage(frmGameManager_ConfirmMultiSave, New String() {sMonitorIDs.Count, mgrCommon.BooleanYesNo(oApp.Enabled), mgrCommon.BooleanYesNo(oApp.MonitorOnly)}, MsgBoxStyle.YesNo) = MsgBoxResult.Yes Then