diff options
author | sr55 <[email protected]> | 2010-01-09 14:52:47 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2010-01-09 14:52:47 +0000 |
commit | a7bc400d8ee9d45a0b0de3cadb2e0fb8060511a6 (patch) | |
tree | f7188d617425eae9b3594d91b840dd2025c122db /win/C#/EncodeQueue | |
parent | 8113fe2b558b8c7c3943354a2cd298b883af7d09 (diff) |
WinGui:
- Implemented the point to point - seconds mode.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3055 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/C#/EncodeQueue')
-rw-r--r-- | win/C#/EncodeQueue/EncodeAndQueueHandler.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/win/C#/EncodeQueue/EncodeAndQueueHandler.cs b/win/C#/EncodeQueue/EncodeAndQueueHandler.cs index 17db75293..fce6729ce 100644 --- a/win/C#/EncodeQueue/EncodeAndQueueHandler.cs +++ b/win/C#/EncodeQueue/EncodeAndQueueHandler.cs @@ -388,7 +388,7 @@ namespace Handbrake.EncodeQueue Process[] before = Process.GetProcesses(); // Get a list of running processes before starting.
hbProcess = Process.Start(cliStart);
- processID = Main.getCliProcess(before);
+ processID = Main.GetCliProcess(before);
currentQuery = query;
if (hbProcess != null)
processHandle = hbProcess.MainWindowHandle; // Set the process Handle
|