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#/frmEncodeOutput.Designer.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#/frmEncodeOutput.Designer.cs')
-rw-r--r-- | win/C#/frmEncodeOutput.Designer.cs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/win/C#/frmEncodeOutput.Designer.cs b/win/C#/frmEncodeOutput.Designer.cs index 0cb4fcb47..a8d4782b3 100644 --- a/win/C#/frmEncodeOutput.Designer.cs +++ b/win/C#/frmEncodeOutput.Designer.cs @@ -1,6 +1,6 @@ namespace Handbrake
{
- partial class frmDVDData
+ partial class frmDvdInfo
{
/// <summary>
/// Required designer variable.
@@ -82,7 +82,6 @@ namespace Handbrake this.Name = "frmDVDData";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.Text = "Read DVD";
- this.Load += new System.EventHandler(this.frmDVDData_Load);
this.ResumeLayout(false);
this.PerformLayout();
|