- And 1 spelling mistake corrected.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@653
b64f7644-9d1e-0410-96f1-
a4d463321fa5
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