diff options
Diffstat (limited to 'win/CS/HandBrakeWPF/Views/MainView.xaml')
-rw-r--r-- | win/CS/HandBrakeWPF/Views/MainView.xaml | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/win/CS/HandBrakeWPF/Views/MainView.xaml b/win/CS/HandBrakeWPF/Views/MainView.xaml index 29565cf1c..9f3c65ee6 100644 --- a/win/CS/HandBrakeWPF/Views/MainView.xaml +++ b/win/CS/HandBrakeWPF/Views/MainView.xaml @@ -610,15 +610,6 @@ Padding="0,0,0,5"
/>
- <Button Content="BETA WPF UI RELEASE NOTES"
- FontSize="11"
- FontWeight="Bold"
- Foreground="Blue"
- Micro:Message.Attach="[Event Click] = [Action ShowReleaseNotes]"
- Padding="0,0,0,5"
- />
-
-
</StatusBar>
</Grid>
</UserControl>
|