diff options
author | sr55 <[email protected]> | 2011-12-21 18:01:05 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2011-12-21 18:01:05 +0000 |
commit | 122ea23a9cc9b22313fee0648fa9831132074817 (patch) | |
tree | 84388224cf67ea970b3fcb4a1402439cab3444bc /win/CS/HandBrakeWPF/Views/QueueView.xaml.cs | |
parent | ce0f63d8cb8bfacaf4fc139ac49eaf0775bb27e1 (diff) |
WinGui: (WPF) Some further work on the WPF GUI. Started to hook up presets.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4379 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 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/win/CS/HandBrakeWPF/Views/QueueView.xaml.cs b/win/CS/HandBrakeWPF/Views/QueueView.xaml.cs index 7b6fa9fdf..f4af15fc3 100644 --- a/win/CS/HandBrakeWPF/Views/QueueView.xaml.cs +++ b/win/CS/HandBrakeWPF/Views/QueueView.xaml.cs @@ -9,12 +9,12 @@ namespace HandBrakeWPF.Views
{
- using System.Windows.Controls;
+ using System.Windows;
/// <summary>
/// Interaction logic for VideoView.xaml
/// </summary>
- public partial class QueueView : UserControl
+ public partial class QueueView : Window
{
/// <summary>
/// Initializes a new instance of the <see cref="QueueView"/> class.
|