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/HandBrakeWPF/Converters/Audio/AudioQueueDisplayConverter.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/HandBrakeWPF/Converters/Audio/AudioQueueDisplayConverter.cs')
-rw-r--r-- | win/CS/HandBrakeWPF/Converters/Audio/AudioQueueDisplayConverter.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/win/CS/HandBrakeWPF/Converters/Audio/AudioQueueDisplayConverter.cs b/win/CS/HandBrakeWPF/Converters/Audio/AudioQueueDisplayConverter.cs index 624e40a57..d081be1a6 100644 --- a/win/CS/HandBrakeWPF/Converters/Audio/AudioQueueDisplayConverter.cs +++ b/win/CS/HandBrakeWPF/Converters/Audio/AudioQueueDisplayConverter.cs @@ -15,8 +15,8 @@ namespace HandBrakeWPF.Converters.Audio using System.Text;
using System.Windows.Data;
- using HandBrake.ApplicationServices.Functions;
using HandBrake.ApplicationServices.Model.Encoding;
+ using HandBrake.ApplicationServices.Utilities;
using HandBrake.Interop.Model.Encoding;
/// <summary>
|