summaryrefslogtreecommitdiffstats
path: root/win/C#/frmMain.Designer.cs
diff options
context:
space:
mode:
authorsr55 <[email protected]>2009-02-06 22:02:23 +0000
committersr55 <[email protected]>2009-02-06 22:02:23 +0000
commitc33b94692d6d9c7a609ace7cdb91da937de67775 (patch)
tree476cae4ae319d762f914157273d898ba24e8bd6e /win/C#/frmMain.Designer.cs
parentadd744cb78cc588be94e29b61722e41627d2f9a4 (diff)
WinGui:
- Implement DRC 0, default 0 - Tidy up audio query generation a bit. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2127 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/C#/frmMain.Designer.cs')
-rw-r--r--win/C#/frmMain.Designer.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/win/C#/frmMain.Designer.cs b/win/C#/frmMain.Designer.cs
index 85ccfd444..89647c884 100644
--- a/win/C#/frmMain.Designer.cs
+++ b/win/C#/frmMain.Designer.cs
@@ -1709,7 +1709,7 @@ namespace Handbrake
this.lbl_drc.Name = "lbl_drc";
this.lbl_drc.Size = new System.Drawing.Size(14, 13);
this.lbl_drc.TabIndex = 15;
- this.lbl_drc.Text = "1";
+ this.lbl_drc.Text = "0";
//
// label16
//
@@ -1727,7 +1727,7 @@ namespace Handbrake
this.tb_drc.LargeChange = 0;
this.tb_drc.Location = new System.Drawing.Point(599, 47);
this.tb_drc.Margin = new System.Windows.Forms.Padding(0);
- this.tb_drc.Maximum = 30;
+ this.tb_drc.Maximum = 31;
this.tb_drc.Name = "tb_drc";
this.tb_drc.Size = new System.Drawing.Size(50, 42);
this.tb_drc.TabIndex = 13;