From 799ff89a9d58c2ce527054cb55ed276e2c34974e Mon Sep 17 00:00:00 2001 From: sr55 Date: Fri, 6 Jul 2007 15:41:29 +0000 Subject: [PATCH] WinGui: - And 1 spelling mistake corrected. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@653 b64f7644-9d1e-0410-96f1-a4d463321fa5 --- win/Handbrake/frmReadDVD.vb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/win/Handbrake/frmReadDVD.vb b/win/Handbrake/frmReadDVD.vb index 379cfd9f9..06bfa81c6 100644 --- a/win/Handbrake/frmReadDVD.vb +++ b/win/Handbrake/frmReadDVD.vb @@ -15,7 +15,7 @@ Public Class frmReadDVD Try Shell("cmd /c """"" + applicationPath + "\hbcli.exe"" -i """ + frmMain.text_source.Text + """" & " -t0 >" + """" + applicationPath + "\dvdinfo.dat""" + " 2>&1""") Catch ex As Exception - MessageBox.Show("Unable to launch the CLI encoder.", "Errir", MessageBoxButtons.OK, MessageBoxIcon.Hand) + MessageBox.Show("Unable to launch the CLI encoder.", "Error", MessageBoxButtons.OK, MessageBoxIcon.Hand) MessageBox.Show(ex.ToString) End Try -- 2.40.0