diff options
author | sr55 <[email protected]> | 2013-09-06 17:20:29 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2013-09-06 17:20:29 +0000 |
commit | e4fae451eef3425f4d94b6cfe61956a676b46218 (patch) | |
tree | d398b6e0b75da662ba144fef946067d62898792f /win/CS/HandBrakeWPF/Views/QueueView.xaml.cs | |
parent | 10f5aec2de68e0f60a13c7696832e1a02dff187b (diff) |
OpenCL: Merging WinGui Changes from Trunk to OpenCL
git-svn-id: svn://svn.handbrake.fr/HandBrake/branches/opencl@5771 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/CS/HandBrakeWPF/Views/QueueView.xaml.cs')
-rw-r--r-- | win/CS/HandBrakeWPF/Views/QueueView.xaml.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/win/CS/HandBrakeWPF/Views/QueueView.xaml.cs b/win/CS/HandBrakeWPF/Views/QueueView.xaml.cs index f4af15fc3..ea01a20fb 100644 --- a/win/CS/HandBrakeWPF/Views/QueueView.xaml.cs +++ b/win/CS/HandBrakeWPF/Views/QueueView.xaml.cs @@ -12,7 +12,7 @@ namespace HandBrakeWPF.Views using System.Windows;
/// <summary>
- /// Interaction logic for VideoView.xaml
+ /// Interaction logic for VideoView
/// </summary>
public partial class QueueView : Window
{
|