diff options
author | sr55 <[email protected]> | 2010-01-31 14:40:06 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2010-01-31 14:40:06 +0000 |
commit | aa24522a3739ba995cb0890004e448c4d741b292 (patch) | |
tree | 87b6d611617f6a3f34c7d960e0dc63ed36d8228c /win/C#/Functions/QueryGenerator.cs | |
parent | 138ea1180443c3b73b81e47da016a54bf133f133 (diff) |
WinGui:
- More refactoring.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3092 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/C#/Functions/QueryGenerator.cs')
-rw-r--r-- | win/C#/Functions/QueryGenerator.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/win/C#/Functions/QueryGenerator.cs b/win/C#/Functions/QueryGenerator.cs index 050e9b76c..03fa22c83 100644 --- a/win/C#/Functions/QueryGenerator.cs +++ b/win/C#/Functions/QueryGenerator.cs @@ -182,7 +182,7 @@ namespace Handbrake.Functions #endregion
#region Filters
- query += mainWindow.Filters.getCLIQuery;
+ query += mainWindow.Filters.GetCLIQuery;
#endregion
#region Video Settings Tab
|