aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/FSE/Tango.FSE.UI/Controls/NotificationsControl.xaml
diff options
context:
space:
mode:
Diffstat (limited to 'Software/Visual_Studio/FSE/Tango.FSE.UI/Controls/NotificationsControl.xaml')
-rw-r--r--Software/Visual_Studio/FSE/Tango.FSE.UI/Controls/NotificationsControl.xaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Software/Visual_Studio/FSE/Tango.FSE.UI/Controls/NotificationsControl.xaml b/Software/Visual_Studio/FSE/Tango.FSE.UI/Controls/NotificationsControl.xaml
index a0715a96f..4e6ada6b5 100644
--- a/Software/Visual_Studio/FSE/Tango.FSE.UI/Controls/NotificationsControl.xaml
+++ b/Software/Visual_Studio/FSE/Tango.FSE.UI/Controls/NotificationsControl.xaml
@@ -267,7 +267,7 @@
<Grid Grid.Row="2">
<ProgressBar VerticalAlignment="Top" Maximum="{Binding Progress.Maximum}" Value="{Binding Progress.Value}" IsIndeterminate="{Binding Progress.IsIndeterminate}" Height="2"></ProgressBar>
<StackPanel HorizontalAlignment="Right" Margin="10" Orientation="Horizontal">
- <Button MinWidth="150" Height="Auto" Style="{StaticResource FSE_RaisedButton_Dark_Hover}" Command="{Binding CancelCommand}" Content="CANCEL" IsEnabled="{Binding HasCancel}"></Button>
+ <Button MinWidth="150" Height="Auto" Style="{StaticResource FSE_RaisedButton_Dark_Hover}" Command="{Binding CancelCommand}" Content="CANCEL" IsEnabled="{Binding CanCancel}"></Button>
</StackPanel>
</Grid>
</Grid>