diff options
author | sr55 <[email protected]> | 2010-07-22 18:20:19 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2010-07-22 18:20:19 +0000 |
commit | a7a9e89446f318ae286a7cf45182b3f1dee978a6 (patch) | |
tree | 017e2548bba5315d7e32d86fe728b20f2761fb21 /win/C#/Functions/Main.cs | |
parent | 925dfe6a2292889fd623d4092747ad798b5d1606 (diff) |
Reverting 3452
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3454 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/C#/Functions/Main.cs')
-rw-r--r-- | win/C#/Functions/Main.cs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/win/C#/Functions/Main.cs b/win/C#/Functions/Main.cs index ace2d6853..148f8f315 100644 --- a/win/C#/Functions/Main.cs +++ b/win/C#/Functions/Main.cs @@ -411,7 +411,6 @@ namespace Handbrake.Functions /// <summary>
/// Recover a queue from file.
/// </summary>
- /// <param name="encodeQueue"> The IQueue Object</param>
public static void RecoverQueue(IQueue encodeQueue)
{
DialogResult result = DialogResult.None;
@@ -450,7 +449,7 @@ namespace Handbrake.Functions }
/// <summary>
- /// Gets a value indicating whether this this application is running in multi instance mode.
+ /// Checks if this HandBrake is running multiple instances
/// </summary>
/// <returns>True if the UI has another instance running</returns>
public static bool IsMultiInstance
|