diff options
author | sr55 <[email protected]> | 2010-04-02 19:26:04 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2010-04-02 19:26:04 +0000 |
commit | a0a4b5d5f7ff9db5e943b956a8caa23625eae913 (patch) | |
tree | 27a96393cdc6a9eb73e4219382cda23f7b842fbe /win/C#/Controls | |
parent | 14f9ca0b467547760e9a543d018fc78339bbe737 (diff) |
WinGui:
- Updated AssemblyInfo.cs
- Added Subme 10 to x264 panel
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3190 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/C#/Controls')
-rw-r--r-- | win/C#/Controls/x264Panel.Designer.cs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/win/C#/Controls/x264Panel.Designer.cs b/win/C#/Controls/x264Panel.Designer.cs index b78f2e012..a28cbeeff 100644 --- a/win/C#/Controls/x264Panel.Designer.cs +++ b/win/C#/Controls/x264Panel.Designer.cs @@ -401,7 +401,8 @@ namespace Handbrake.Controls "6",
"7",
"8",
- "9"});
+ "9",
+ "10"});
this.drop_subpixelMotionEstimation.Location = new System.Drawing.Point(423, 42);
this.drop_subpixelMotionEstimation.Name = "drop_subpixelMotionEstimation";
this.drop_subpixelMotionEstimation.Size = new System.Drawing.Size(139, 21);
|