diff options
author | sr55 <[email protected]> | 2007-07-06 15:41:29 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2007-07-06 15:41:29 +0000 |
commit | 799ff89a9d58c2ce527054cb55ed276e2c34974e (patch) | |
tree | 1d61dde76a9716540d9101dca7e24bb6eb5984e5 | |
parent | fd04eabafdec0443521e99e135879a16ada1c1a6 (diff) |
WinGui:
- And 1 spelling mistake corrected.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@653 b64f7644-9d1e-0410-96f1-a4d463321fa5
-rw-r--r-- | win/Handbrake/frmReadDVD.vb | 2 |
1 files changed, 1 insertions, 1 deletions
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
|