OSDN Git Service

WinGui:
authorsr55 <sr55@b64f7644-9d1e-0410-96f1-a4d463321fa5>
Thu, 26 Jul 2007 19:22:02 +0000 (19:22 +0000)
committersr55 <sr55@b64f7644-9d1e-0410-96f1-a4d463321fa5>
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://localhost/HandBrake/trunk@744 b64f7644-9d1e-0410-96f1-a4d463321fa5

win/C#/frmMain.cs

index ddb94b1..c75ddf5 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