diff options
author | sr55 <[email protected]> | 2010-02-26 22:51:05 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2010-02-26 22:51:05 +0000 |
commit | 3404d4eee7a977d479fad2566706aad3a36b82c3 (patch) | |
tree | 0018ba8293e0daf25fc6e32bddd6ebccb4e0c6a7 /win/C#/frmMain.Designer.cs | |
parent | 9e08a2bc781b020f15d477ae2d89da669d4743b1 (diff) |
WinGui:
- Fixed a small x264 panel desiger issue where it would append multiple -x to the query
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3142 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, 0 insertions, 1 deletions
diff --git a/win/C#/frmMain.Designer.cs b/win/C#/frmMain.Designer.cs index 6be9034b3..618902549 100644 --- a/win/C#/frmMain.Designer.cs +++ b/win/C#/frmMain.Designer.cs @@ -1077,7 +1077,6 @@ namespace Handbrake this.x264Panel.Name = "x264Panel";
this.x264Panel.Size = new System.Drawing.Size(720, 306);
this.x264Panel.TabIndex = 0;
- this.x264Panel.X264Query = " -x -x -x ";
//
// tab_query
//
|