diff options
author | sr55 <[email protected]> | 2010-02-27 18:19:28 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2010-02-27 18:19:28 +0000 |
commit | 477178a22e1508361828e11593e6bf2be6770c85 (patch) | |
tree | 68976637f6bc7361bb04618005b382818b65ce8b /win/C#/frmMain.Designer.cs | |
parent | da04bbd1b4b264b3d4c419b721699e658d50e545 (diff) |
WinGui:
- Moved the Activity Log Code out of the Activity window into the Encode and Scan services. They now provide the log data. (Some duplicate code here will need to be refactored into a base class later)
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3144 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/C#/frmMain.Designer.cs')
-rw-r--r-- | win/C#/frmMain.Designer.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/win/C#/frmMain.Designer.cs b/win/C#/frmMain.Designer.cs index 618902549..dad2201f2 100644 --- a/win/C#/frmMain.Designer.cs +++ b/win/C#/frmMain.Designer.cs @@ -1077,6 +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 ";
//
// tab_query
//
|