diff options
author | sr55 <[email protected]> | 2010-10-17 19:36:02 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2010-10-17 19:36:02 +0000 |
commit | 0dac83a2e9b8bd8fdddbd5b73b9719bc7c164bc2 (patch) | |
tree | 5390d1d8638af49fc84c568dcf5921ebf7d65cc0 /win/C#/Functions | |
parent | f061b08735727584773eb5807becf6250c242566 (diff) |
WinGui:
- Fix a bug in the AutoName where is used the folder name instead of source name when multiple files are scanned.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3606 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/C#/Functions')
-rw-r--r-- | win/C#/Functions/Main.cs | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/win/C#/Functions/Main.cs b/win/C#/Functions/Main.cs index 385671355..c26d59502 100644 --- a/win/C#/Functions/Main.cs +++ b/win/C#/Functions/Main.cs @@ -10,10 +10,8 @@ namespace Handbrake.Functions using System.Diagnostics;
using System.IO;
using System.Linq;
- using System.Net;
using System.Text;
using System.Text.RegularExpressions;
- using System.Threading;
using System.Windows.Forms;
using System.Xml.Serialization;
@@ -23,7 +21,6 @@ namespace Handbrake.Functions using HandBrake.ApplicationServices.Parsing;
using HandBrake.ApplicationServices.Services.Interfaces;
using Model;
- using HandBrake.ApplicationServices.Services;
/// <summary>
/// Useful functions which various screens can use.
|