summaryrefslogtreecommitdiffstats
path: root/win/C#/frmQueue.cs
diff options
context:
space:
mode:
authorsr55 <[email protected]>2009-09-30 14:39:12 +0000
committersr55 <[email protected]>2009-09-30 14:39:12 +0000
commit6a2e47339a1dd65c4866c1d907f6b74565953e02 (patch)
tree594ec3a1de7da1255432844de2d7540453f5b033 /win/C#/frmQueue.cs
parent7a88c8b6b3a1ba9f5ca08d1c9b235b0dfd2d1d1d (diff)
WinGui:
- Add a notice to the log to indicate if the user has used a custom query. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2854 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/C#/frmQueue.cs')
-rw-r--r--win/C#/frmQueue.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/win/C#/frmQueue.cs b/win/C#/frmQueue.cs
index e110a470e..352978960 100644
--- a/win/C#/frmQueue.cs
+++ b/win/C#/frmQueue.cs
@@ -379,7 +379,7 @@ namespace Handbrake
{
if (!queue.LastEncode.IsEmpty)
{
- queue.AddJob(queue.LastEncode.Query, queue.LastEncode.Source, queue.LastEncode.Destination);
+ queue.AddJob(queue.LastEncode.Query, queue.LastEncode.Source, queue.LastEncode.Destination, queue.LastEncode.CustomQuery);
updateUIElements();
}
}