diff options
author | sr55 <[email protected]> | 2010-02-22 21:23:28 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2010-02-22 21:23:28 +0000 |
commit | 0a08b6778fa3dc2c38379d72252f23671e02e3c7 (patch) | |
tree | 08fc187f64054693c8d2055d5592fd096980a265 /win/C#/frmMain.Designer.cs | |
parent | b1b9be20c1efd855723109051cacdf9e307f996f (diff) |
WinGui:
- Some more cleanup
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3134 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, 1 insertions, 1 deletions
diff --git a/win/C#/frmMain.Designer.cs b/win/C#/frmMain.Designer.cs index dad2201f2..505b49a47 100644 --- a/win/C#/frmMain.Designer.cs +++ b/win/C#/frmMain.Designer.cs @@ -1077,7 +1077,7 @@ namespace Handbrake this.x264Panel.Name = "x264Panel";
this.x264Panel.Size = new System.Drawing.Size(720, 306);
this.x264Panel.TabIndex = 0;
- this.x264Panel.X264Query = " -x ";
+ this.x264Panel.X264Query = " -x -x ";
//
// tab_query
//
|