diff options
author | brianmario <[email protected]> | 2007-07-15 18:18:06 +0000 |
---|---|---|
committer | brianmario <[email protected]> | 2007-07-15 18:18:06 +0000 |
commit | c1b0482386b3d1c8d4dc0b21ac140d0e09ac2ef3 (patch) | |
tree | 87d489aa2e8e2282b043fa716f7e581eca82ac3c /win/C#/frmMain.Designer.cs | |
parent | c2162ba1f399eec309e12c328e82de32d81b856a (diff) |
WinGui: more cleanup in frmMain
fix to frmQueue for cross-thread UI updating
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@690 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/C#/frmMain.Designer.cs')
-rw-r--r-- | win/C#/frmMain.Designer.cs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/win/C#/frmMain.Designer.cs b/win/C#/frmMain.Designer.cs index 75016a255..a090c9c68 100644 --- a/win/C#/frmMain.Designer.cs +++ b/win/C#/frmMain.Designer.cs @@ -1717,7 +1717,6 @@ namespace Handbrake this.MinimumSize = new System.Drawing.Size(683, 648);
this.Name = "frmMain";
this.Text = "Handbrake";
- this.Load += new System.EventHandler(this.frmMain_Load);
this.frmMainMenu.ResumeLayout(false);
this.frmMainMenu.PerformLayout();
this.GroupBox1.ResumeLayout(false);
|