diff options
author | sr55 <[email protected]> | 2012-07-20 17:06:08 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2012-07-20 17:06:08 +0000 |
commit | 7f7055ee54f9dfb0cdad5c73841452fd8491f51e (patch) | |
tree | 88bb4b64e1a2ef82b11bbb8c2a89d41aaabac30e /win/CS/HandBrake.ApplicationServices/Converters/EnumToDescConverter.cs | |
parent | 1aadfe267e451acfbc900590a53cd9df87fe50ff (diff) |
WinGui: Move some stuff around in the services library and refactor out some legacy code.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4868 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/CS/HandBrake.ApplicationServices/Converters/EnumToDescConverter.cs')
-rw-r--r-- | win/CS/HandBrake.ApplicationServices/Converters/EnumToDescConverter.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/win/CS/HandBrake.ApplicationServices/Converters/EnumToDescConverter.cs b/win/CS/HandBrake.ApplicationServices/Converters/EnumToDescConverter.cs index a9cc5410b..d53905361 100644 --- a/win/CS/HandBrake.ApplicationServices/Converters/EnumToDescConverter.cs +++ b/win/CS/HandBrake.ApplicationServices/Converters/EnumToDescConverter.cs @@ -12,7 +12,7 @@ namespace HandBrake.ApplicationServices.Converters using System;
using System.ComponentModel;
- using HandBrake.ApplicationServices.Functions;
+ using HandBrake.ApplicationServices.Utilities;
/// <summary>
/// Enum to Description Converter
|