diff options
-rw-r--r-- | win/CS/HandBrakeWPF/AttachedProperties/DriveMenu.cs | 2 |
1 files changed, 1 insertions, 1 deletions
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
|