diff options
author | sr55 <[email protected]> | 2010-03-05 20:02:06 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2010-03-05 20:02:06 +0000 |
commit | 2db47e656107d0adf96139d3f2ad6fcf71f20e6a (patch) | |
tree | e9cb10b665c86dad5b14db55bd99a529bb9ecc7f /win/C#/frmMain.Designer.cs | |
parent | ff219f5045e3a71f196a929ed9f67be5c6d03b5f (diff) |
WinGui:
- Remove Processors options from the CLI tab since it's not really serving any purpose.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3148 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..106aaa039 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 -x -x ";
//
// tab_query
//
|