diff options
author | sr55 <[email protected]> | 2007-11-13 17:44:33 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2007-11-13 17:44:33 +0000 |
commit | addd8819bde47cfa732e33333e989e41f9206a1d (patch) | |
tree | 0e86d580d233808a50830eaaac9305d265f05142 /win/C#/Functions | |
parent | 089f31b2c2e04c0dcbad5a4763d34d3c98c3241a (diff) |
WinGui:
- User default settings now uses the new Preset Parser function. This cuts down on a significant amount of code.
- Added system resolution to the resolution checker message box. For future debugging.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1056 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/C#/Functions')
-rw-r--r-- | win/C#/Functions/QueryParser.cs | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/win/C#/Functions/QueryParser.cs b/win/C#/Functions/QueryParser.cs index a4bd1c1e5..681602ec4 100644 --- a/win/C#/Functions/QueryParser.cs +++ b/win/C#/Functions/QueryParser.cs @@ -774,6 +774,10 @@ namespace Handbrake.Functions #endregion
//
+ //H264 tab and other
+ //
+ #region h264 and other
+ //
//H264 Tab
//
if (x264.Success != false)
@@ -785,6 +789,7 @@ namespace Handbrake.Functions //Progam Options
//
thisQuery.q_verbose = verbose.Success;
+ #endregion
}
catch (Exception exc)
{
|