Final pre-release changes

This commit is contained in:
Michael J. Seiferling
2016-03-03 21:16:17 -06:00
parent 321c72b6bf
commit 8880373f34
4 changed files with 34 additions and 11 deletions
+3 -2
View File
@@ -1622,8 +1622,9 @@ Public Class frmMain
HandleScan()
CheckForNewBackups()
Catch ex As Exception
mgrCommon.ShowMessage(frmMain_ErrorInitFailure, ex.Message, MsgBoxStyle.Critical)
bInitFail = True
If mgrCommon.ShowMessage(frmMain_ErrorInitFailure, ex.Message, MsgBoxStyle.YesNo) = MsgBoxResult.No Then
bInitFail = True
End If
End Try
'Unix Handler