diff options
author | sr55 <[email protected]> | 2009-01-23 21:08:28 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2009-01-23 21:08:28 +0000 |
commit | e98a23579ed5e4ca68d9c82af3ac50dfd833e86e (patch) | |
tree | d016ac9c57c3190a4f1881e3f747600b6d93bfc2 /win/C#/Functions/Encode.cs | |
parent | 041ee4d8203087656775caecb5a312f246bdc2ae (diff) |
WinGui:
- Few more bits of code refactored.
- Added a 10 second limit for the CLI to respond at GUI startup. This will prevent the app from locking if the CLI stalls.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2093 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/C#/Functions/Encode.cs')
-rw-r--r-- | win/C#/Functions/Encode.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/win/C#/Functions/Encode.cs b/win/C#/Functions/Encode.cs index b6a4a0a43..3f126d7e5 100644 --- a/win/C#/Functions/Encode.cs +++ b/win/C#/Functions/Encode.cs @@ -136,6 +136,7 @@ namespace Handbrake.Functions /// if this feature is enabled in options.
/// </summary>
/// <param name="query"></param>
+ /// <param name="destination"></param>
public void copyLog(string query, string destination)
{
// The user may wish to do something with the log.
|