diff options
author | sr55 <[email protected]> | 2013-07-07 17:52:05 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2013-07-07 17:52:05 +0000 |
commit | 04c9a6be112f47da06507ba28319c8b351059175 (patch) | |
tree | f288367a222d57e6095864e31e086ab890cbb49c /win | |
parent | dec198460c6c444f61cc4ea82a6227527051c632 (diff) |
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
Diffstat (limited to 'win')
-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
|