diff options
author | sr55 <[email protected]> | 2010-02-19 20:57:25 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2010-02-19 20:57:25 +0000 |
commit | 5ac461efefc4220228002fb6d9cc8ecbaf9e8029 (patch) | |
tree | 4c48d792deef249a37c7931ab775e3c34607aa21 /win/C#/Controls/x264Panel.cs | |
parent | 42b5c877042e8882e27f34741013c4ff1f504d56 (diff) |
WinGui:
- Some in progress re-factoring.
- Enable Modulus for none/loose picture setting modes.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3127 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/C#/Controls/x264Panel.cs')
-rw-r--r-- | win/C#/Controls/x264Panel.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/win/C#/Controls/x264Panel.cs b/win/C#/Controls/x264Panel.cs index 78480b2de..56146a0ae 100644 --- a/win/C#/Controls/x264Panel.cs +++ b/win/C#/Controls/x264Panel.cs @@ -34,7 +34,7 @@ namespace Handbrake.Controls /// </summary>
public string X264Query
{
- get { return rtf_x264Query.Text; }
+ get { return " -x " + rtf_x264Query.Text; }
set { rtf_x264Query.Text = value; }
}
|