OSDN Git Service

WinGui:
authorsr55 <sr55@b64f7644-9d1e-0410-96f1-a4d463321fa5>
Fri, 6 Jul 2007 15:41:29 +0000 (15:41 +0000)
committersr55 <sr55@b64f7644-9d1e-0410-96f1-a4d463321fa5>
Fri, 6 Jul 2007 15:41:29 +0000 (15:41 +0000)
- And 1 spelling mistake corrected.

git-svn-id: svn://localhost/HandBrake/trunk@653 b64f7644-9d1e-0410-96f1-a4d463321fa5

win/Handbrake/frmReadDVD.vb

index 379cfd9..06bfa81 100644 (file)
@@ -15,7 +15,7 @@ Public Class frmReadDVD
         Try\r
             Shell("cmd /c """"" + applicationPath + "\hbcli.exe"" -i """ + frmMain.text_source.Text + """" & " -t0 >" + """" + applicationPath + "\dvdinfo.dat""" + " 2>&1""")\r
         Catch ex As Exception\r
-            MessageBox.Show("Unable to launch the CLI encoder.", "Errir", MessageBoxButtons.OK, MessageBoxIcon.Hand)\r
+            MessageBox.Show("Unable to launch the CLI encoder.", "Error", MessageBoxButtons.OK, MessageBoxIcon.Hand)\r
             MessageBox.Show(ex.ToString)\r
         End Try\r
 \r