diff options
author | sr55 <[email protected]> | 2012-06-14 18:09:38 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2012-06-14 18:09:38 +0000 |
commit | 6b07388d5ea2ee6fdb8613d024913062dbcbd72a (patch) | |
tree | 820ac9c0f9fce8c6d23f0a47420b936e44ee7faf /win/CS/HandBrakeWPF/Views | |
parent | 92292ed049a2f87f00cad38dcb659fe6b4f68623 (diff) |
WinGui: Strip out more legacy code.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4733 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/CS/HandBrakeWPF/Views')
-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>
|