summaryrefslogtreecommitdiffstats
path: root/win/CS/HandBrakeWPF/Controls/SourceSelection.xaml
diff options
context:
space:
mode:
authorsr55 <[email protected]>2016-03-21 20:11:09 +0000
committersr55 <[email protected]>2016-03-21 20:11:55 +0000
commitb6a81f7e4fdde1eba56bde85e0e251cc6475f782 (patch)
treedfc96488cbce431b9b071b6f0536f7278244c8ea /win/CS/HandBrakeWPF/Controls/SourceSelection.xaml
parentaf1a27928318cc377562ec4026a2cbbfad83cbca (diff)
WinGui: Some Cosmetic changes and links added to the GUI.
Diffstat (limited to 'win/CS/HandBrakeWPF/Controls/SourceSelection.xaml')
-rw-r--r--win/CS/HandBrakeWPF/Controls/SourceSelection.xaml4
1 files changed, 4 insertions, 0 deletions
diff --git a/win/CS/HandBrakeWPF/Controls/SourceSelection.xaml b/win/CS/HandBrakeWPF/Controls/SourceSelection.xaml
index b5726fb40..f73103b88 100644
--- a/win/CS/HandBrakeWPF/Controls/SourceSelection.xaml
+++ b/win/CS/HandBrakeWPF/Controls/SourceSelection.xaml
@@ -110,6 +110,10 @@
</TextBlock>
<TextBlock Text="|" Margin="5,0,5,0"/>
<TextBlock>
+ <Hyperlink x:Name="help" NavigateUri="/" RequestNavigate="Help_OnRequestNavigate" >Help</Hyperlink>
+ </TextBlock>
+ <TextBlock Text="|" Margin="5,0,5,0"/>
+ <TextBlock>
<Hyperlink x:Name="AboutHandBrake" NavigateUri="/" RequestNavigate="AboutHandBrake_OnRequestNavigate" >About HandBrake</Hyperlink>
</TextBlock>
</StackPanel>