diff options
author | sr55 <[email protected]> | 2007-12-07 18:23:18 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2007-12-07 18:23:18 +0000 |
commit | 8cf05fac1251aca178c52e6cd4c61456fd662f9a (patch) | |
tree | 4cd7ee389a7b469284c6dcfe34eeb6c4722bd433 /win/C#/frmMain.Designer.cs | |
parent | 175cd14da19623ac43e63667db39b03c91ff8389 (diff) |
WinGui:
- Fixed the resolution handling code that got broken in the previous checkin
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1103 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/C#/frmMain.Designer.cs')
-rw-r--r-- | win/C#/frmMain.Designer.cs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/win/C#/frmMain.Designer.cs b/win/C#/frmMain.Designer.cs index c8b171438..35b335cb1 100644 --- a/win/C#/frmMain.Designer.cs +++ b/win/C#/frmMain.Designer.cs @@ -595,6 +595,7 @@ namespace Handbrake this.text_height.Size = new System.Drawing.Size(64, 21);
this.text_height.TabIndex = 28;
this.ToolTip.SetToolTip(this.text_height, "Video Resolution (Height)");
+ this.text_height.TextChanged += new System.EventHandler(this.text_height_TextChanged);
//
// text_width
//
@@ -605,6 +606,7 @@ namespace Handbrake this.text_width.Size = new System.Drawing.Size(64, 21);
this.text_width.TabIndex = 26;
this.ToolTip.SetToolTip(this.text_width, "Video Resolution (Width)");
+ this.text_width.TextChanged += new System.EventHandler(this.text_width_TextChanged);
//
// DVD_Open
//
|