From 04c9a6be112f47da06507ba28319c8b351059175 Mon Sep 17 00:00:00 2001 From: sr55 Date: Sun, 7 Jul 2013 17:52:05 +0000 Subject: WinGui: Fix an error in the Drive Menu Attached Property git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5639 b64f7644-9d1e-0410-96f1-a4d463321fa5 --- win/CS/HandBrakeWPF/AttachedProperties/DriveMenu.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'win') diff --git a/win/CS/HandBrakeWPF/AttachedProperties/DriveMenu.cs b/win/CS/HandBrakeWPF/AttachedProperties/DriveMenu.cs index 6e053d455..8c12ca820 100644 --- a/win/CS/HandBrakeWPF/AttachedProperties/DriveMenu.cs +++ b/win/CS/HandBrakeWPF/AttachedProperties/DriveMenu.cs @@ -126,7 +126,7 @@ namespace HandBrakeWPF.AttachedProperties IsDrive = true }) { - Console.WriteLine("test"); + mvm.SourceMenu.Add(menuItem); } } else -- cgit v1.2.3