summaryrefslogtreecommitdiffstats
path: root/win/CS/HandBrakeWPF/Views/MainView.xaml
diff options
context:
space:
mode:
authorsr55 <[email protected]>2012-04-12 20:42:17 +0000
committersr55 <[email protected]>2012-04-12 20:42:17 +0000
commit62ee548526fb578b9027ef0d9deac02e509872f8 (patch)
treec14d4687c3a0346950726051249abd91d90e370c /win/CS/HandBrakeWPF/Views/MainView.xaml
parent8dfb6d1874dbdac2754882b62e1e023af0c515a5 (diff)
WinGui: (WPF) Audio Panel Auto Passthru implementation.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4597 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/CS/HandBrakeWPF/Views/MainView.xaml')
-rw-r--r--win/CS/HandBrakeWPF/Views/MainView.xaml13
1 files changed, 10 insertions, 3 deletions
diff --git a/win/CS/HandBrakeWPF/Views/MainView.xaml b/win/CS/HandBrakeWPF/Views/MainView.xaml
index 15e01502a..347b85dac 100644
--- a/win/CS/HandBrakeWPF/Views/MainView.xaml
+++ b/win/CS/HandBrakeWPF/Views/MainView.xaml
@@ -16,8 +16,8 @@
</i:EventTrigger>
</i:Interaction.Triggers>
- <Window.Resources>
-
+ <Window.Resources>
+
<Style TargetType="Button">
<Setter Property="Foreground" Value="DarkOrange" />
<Setter Property="FontWeight" Value="Bold" />
@@ -121,7 +121,7 @@
<Label Content="Source" Margin="8,0,0,0" VerticalAlignment="Center" />
</StackPanel>
</MenuItem.Header>
-
+
</MenuItem>
</Menu>
@@ -331,6 +331,13 @@
<!-- Status Bar -->
<StatusBar Padding="0" Margin="0" Grid.Row="6" Height="32" Grid.ColumnSpan="2" VerticalAlignment="Bottom" >
<Label Content="{Binding Path=StatusLabel}" FontSize="11" Padding="0,0,0,5" VerticalAlignment="Center" />
+
+ <TextBlock VerticalAlignment="Top" HorizontalAlignment="Right" Padding="0,0,0,5" FontSize="11" FontWeight="Bold">
+ <Hyperlink NavigateUri="http://forum.handbrake.fr/viewtopic.php?f=11&amp;t=23843" RequestNavigate="Hyperlink_RequestNavigate">
+ BETA WPF UI Release Notes
+ </Hyperlink>
+ </TextBlock>
+
</StatusBar>
</StackPanel>