summaryrefslogtreecommitdiffstats
path: root/win/C#/frmDownload.cs
diff options
context:
space:
mode:
authorsr55 <[email protected]>2008-12-21 17:08:55 +0000
committersr55 <[email protected]>2008-12-21 17:08:55 +0000
commit0580ae3259179dd298e4fc49bf17846f4f8dda7d (patch)
treef1ffd133f1bc1a12a0374f94153d9b23ca07c5bc /win/C#/frmDownload.cs
parentac1f7bafb2f980eda44bd93e507914ae8aa284dc (diff)
WinGui:
- Removed Experimental folder from project - Typo in Download window fixed. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2041 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/C#/frmDownload.cs')
-rw-r--r--win/C#/frmDownload.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/win/C#/frmDownload.cs b/win/C#/frmDownload.cs
index 8fe53ba4f..459348dcb 100644
--- a/win/C#/frmDownload.cs
+++ b/win/C#/frmDownload.cs
@@ -92,7 +92,7 @@ namespace Handbrake
}
catch (Exception exc)
{
- MessageBox.Show("Integer Convertion Error On Download \n" + exc.ToString(), "Error", MessageBoxButtons.OK, MessageBoxIcon.Error);
+ MessageBox.Show("Integer Conversion Error On Download \n" + exc.ToString(), "Error", MessageBoxButtons.OK, MessageBoxIcon.Error);
}
}