]> granicus.if.org Git - handbrake/commitdiff
WinGui:
authorsr55 <sr55.hb@outlook.com>
Thu, 26 Jul 2007 19:22:02 +0000 (19:22 +0000)
committersr55 <sr55.hb@outlook.com>
Thu, 26 Jul 2007 19:22:02 +0000 (19:22 +0000)
- Forgot to take out a debug messagebox
- Added a 3Second thread sleep before trying to rescan

git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@744 b64f7644-9d1e-0410-96f1-a4d463321fa5

win/C#/frmMain.cs

index ddb94b184a300c18a195ee43fa3711aa50da6395..c75ddf54188b4fe52e274e7ffbeee56c2aaaa6eb 100644 (file)
@@ -580,10 +580,10 @@ namespace Handbrake
             {\r
                 if (drp_dvdtitle.Items.Count == 0) \r
                 {\r
-                    MessageBox.Show(scanTwice.ToString());\r
                     if (scanTwice == 0)\r
                     {\r
-                        MessageBox.Show("Scan Failed. Will attempt to scan the source 1 more time.", "Error", MessageBoxButtons.OK, MessageBoxIcon.Hand);\r
+                        MessageBox.Show("Scan Failed. Waiting 5 Seconds before attempting to re-scan the source a 2nd time.", "Error", MessageBoxButtons.OK, MessageBoxIcon.Hand);\r
+                        Thread.Sleep(3000);\r
                         Form frmRD = new frmReadDVD(filename, this, dvdInfoWindow);\r
                         frmRD.ShowDialog();\r
                         scanTwice = 1;\r