diff options
author | sr55 <[email protected]> | 2007-07-29 21:15:38 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2007-07-29 21:15:38 +0000 |
commit | ae10b5309ebf402c001c04ec1875505c16369427 (patch) | |
tree | 618193d185076a0885d60311cf25059f983f5b2c /win/C#/frmMain.Designer.cs | |
parent | a74a13ded2bdcfd5bb9dbcce8cc57c78c15ac9ed (diff) |
WinGui:
- Removed the readDVD Window and all its components (In options & program settings file) This is not needed.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@760 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/C#/frmMain.Designer.cs')
-rw-r--r-- | win/C#/frmMain.Designer.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/win/C#/frmMain.Designer.cs b/win/C#/frmMain.Designer.cs index 58c767175..194275d7f 100644 --- a/win/C#/frmMain.Designer.cs +++ b/win/C#/frmMain.Designer.cs @@ -1085,9 +1085,9 @@ namespace Handbrake this.Label37.Font = new System.Drawing.Font("Verdana", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.Label37.Location = new System.Drawing.Point(382, 194);
this.Label37.Name = "Label37";
- this.Label37.Size = new System.Drawing.Size(228, 12);
+ this.Label37.Size = new System.Drawing.Size(241, 12);
this.Label37.TabIndex = 52;
- this.Label37.Text = " Note: Breaks iPod, @TV, PS3 compatibility.";
+ this.Label37.Text = "Warning: Breaks iPod, @TV, PS3 compatibility.";
//
// check_largeFile
//
|