diff options
author | sr55 <[email protected]> | 2011-04-23 14:24:14 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2011-04-23 14:24:14 +0000 |
commit | 4b6453fbe090c32e379b63b42baaf079f01d437e (patch) | |
tree | 772b075376125eb548b6b657b446ad8b95c7925b /win/CS/frmOptions.Designer.cs | |
parent | 47221be3bbe8d7dae0a714d736ae0f0b23ee08ba (diff) |
WinGui:
- Multiple bug fixes to the Audio Panel. (Disable DRC for non AC3 sources, DPL2 getting swaped out for stereo when you click between tracks, Exception thrown due to the source track not getting pushed into the Audio model before it's used.)
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3952 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/CS/frmOptions.Designer.cs')
-rw-r--r-- | win/CS/frmOptions.Designer.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/win/CS/frmOptions.Designer.cs b/win/CS/frmOptions.Designer.cs index 83ad47d2a..3a5593864 100644 --- a/win/CS/frmOptions.Designer.cs +++ b/win/CS/frmOptions.Designer.cs @@ -424,7 +424,7 @@ namespace Handbrake this.check_autoNaming.AutoSize = true;
this.check_autoNaming.Location = new System.Drawing.Point(111, 13);
this.check_autoNaming.Name = "check_autoNaming";
- this.check_autoNaming.Size = new System.Drawing.Size(176, 17);
+ this.check_autoNaming.Size = new System.Drawing.Size(171, 17);
this.check_autoNaming.TabIndex = 72;
this.check_autoNaming.Text = "Automatically name output files";
this.ToolTip.SetToolTip(this.check_autoNaming, "Automatically name output files");
|