diff options
author | sr55 <[email protected]> | 2012-09-30 14:18:23 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2012-09-30 14:18:23 +0000 |
commit | ab78d646ad7feb94e534c50f9e6386ba87edd9cb (patch) | |
tree | 73dd766b174a49465042284f8032f022e7e32fe2 /win/CS/HandBrakeWPF/Views | |
parent | 6b70a7fb55f7b21e3c153c92c5c9186d3b92e3ab (diff) |
WinGui: Cancel Scan menu option now greyed out when not scan running.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4998 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/CS/HandBrakeWPF/Views')
-rw-r--r-- | win/CS/HandBrakeWPF/Views/MainView.xaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/win/CS/HandBrakeWPF/Views/MainView.xaml b/win/CS/HandBrakeWPF/Views/MainView.xaml index 0ab5e87b9..ac4085146 100644 --- a/win/CS/HandBrakeWPF/Views/MainView.xaml +++ b/win/CS/HandBrakeWPF/Views/MainView.xaml @@ -95,7 +95,7 @@ VerticalAlignment="Top"
>
<MenuItem Header="File">
- <MenuItem Header="Cancel Scan" Micro:Message.Attach="[Event Click] = [Action CancelScan]" />
+ <MenuItem Header="Cancel Scan" Command="{Binding CancelScanCommand}" />
<Separator />
<MenuItem Header="Exit" Micro:Message.Attach="[Event Click] = [Action ExitApplication]" />
</MenuItem>
|