diff options
author | sr55 <[email protected]> | 2007-07-11 12:56:13 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2007-07-11 12:56:13 +0000 |
commit | 407b71dfd22e7d0d7b2d0abba4e5c3c0995875e8 (patch) | |
tree | 8ef5b019b3606103a2487020992be3193f8352a3 /win/C#/frmReadDVD.Designer.cs | |
parent | 1f013f7fed5b0103afe4e33a860be91b2e94f660 (diff) |
WinGui:
- Couple bug fixes + a bit of code tidy up.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@672 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/C#/frmReadDVD.Designer.cs')
-rw-r--r-- | win/C#/frmReadDVD.Designer.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/win/C#/frmReadDVD.Designer.cs b/win/C#/frmReadDVD.Designer.cs index 1cb811133..8959620e7 100644 --- a/win/C#/frmReadDVD.Designer.cs +++ b/win/C#/frmReadDVD.Designer.cs @@ -108,6 +108,7 @@ namespace Handbrake this.Name = "frmReadDVD";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.Text = "Reading DVD...";
+ this.Load += new System.EventHandler(this.frmReadDVD_Load);
this.ResumeLayout(false);
this.PerformLayout();
|