diff options
author | sr55 <[email protected]> | 2007-11-27 21:27:19 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2007-11-27 21:27:19 +0000 |
commit | e9a2f0eadfefe9f21b1d677c8c53e3a0c2495874 (patch) | |
tree | 45119079bf38d194422b0e3980ffeeff8ffbabd4 /win/C#/frmDvdInfo.Designer.cs | |
parent | 4d3dac78d9577670a85a9ec0472ce2bb393fdaf4 (diff) |
WinGui:
- Removed some duplicate code and fixed a few small bugs.
- Changed the layout of the code slightly.
- Changed the DVD parser to use verbose CLI which can be displayed on the DVD information log page.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1081 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/C#/frmDvdInfo.Designer.cs')
-rw-r--r-- | win/C#/frmDvdInfo.Designer.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/win/C#/frmDvdInfo.Designer.cs b/win/C#/frmDvdInfo.Designer.cs index c80add346..88f5cf81b 100644 --- a/win/C#/frmDvdInfo.Designer.cs +++ b/win/C#/frmDvdInfo.Designer.cs @@ -93,9 +93,9 @@ namespace Handbrake this.label1.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label1.Location = new System.Drawing.Point(59, 25);
this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(127, 13);
+ this.label1.Size = new System.Drawing.Size(154, 13);
this.label1.TabIndex = 40;
- this.label1.Text = "Media Information";
+ this.label1.Text = "Media Information Log";
//
// ToolTip
//
|