diff options
author | sr55 <[email protected]> | 2007-07-13 19:37:44 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2007-07-13 19:37:44 +0000 |
commit | b47ce2fd53ca839974b2f4277b01918fb34b6d6e (patch) | |
tree | 36ea205cd8fba36fb7bd2a1a0774888f2f8a258d /win/C#/frmDvdInfo.cs | |
parent | 0afde9331de7d41babe11e7d76ed76c691c84ecb (diff) |
WinGui:
- Some C# Code fixes. Parser.cs is currently missing in action. Will appear soon hopefully.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@675 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/C#/frmDvdInfo.cs')
-rw-r--r-- | win/C#/frmDvdInfo.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/win/C#/frmDvdInfo.cs b/win/C#/frmDvdInfo.cs index da1b653ac..130ffa2f3 100644 --- a/win/C#/frmDvdInfo.cs +++ b/win/C#/frmDvdInfo.cs @@ -8,14 +8,14 @@ using System.Windows.Forms; namespace Handbrake
{
- public partial class frmDVDData : Form
+ public partial class frmDvdInfo : Form
{
/*
* This window should be used to display the RAW output of the handbrake CLI which is produced during the scan.
*/
- public frmDVDData()
+ public frmDvdInfo()
{
InitializeComponent();
}
|