summaryrefslogtreecommitdiffstats
path: root/win/C#/frmReadDVD.cs
diff options
context:
space:
mode:
Diffstat (limited to 'win/C#/frmReadDVD.cs')
-rw-r--r--win/C#/frmReadDVD.cs2
1 files changed, 2 insertions, 0 deletions
diff --git a/win/C#/frmReadDVD.cs b/win/C#/frmReadDVD.cs
index 98f2110d1..4c62658f6 100644
--- a/win/C#/frmReadDVD.cs
+++ b/win/C#/frmReadDVD.cs
@@ -111,6 +111,7 @@ namespace Handbrake
catch (Exception exc)
{
MessageBox.Show("frmReadDVD.cs - updateUIElements " + exc.ToString());
+ this.Close();
}
}
@@ -152,6 +153,7 @@ namespace Handbrake
catch (Exception exc)
{
MessageBox.Show("frmReadDVD.cs - startProc " + exc.ToString());
+ this.Close();
}
}