Skip to content

Commit e7e3de3

Browse files
author
RandomEngy
committed
Fixed preview button on encode window not working.
1 parent 1c08651 commit e7e3de3

2 files changed

Lines changed: 9 additions & 9 deletions

File tree

Installer/latest.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
<UpdateInfo>
22
<Release>
3-
<Latest>1.0.1</Latest>
4-
<DownloadLocation>http://engy.us/VidCoder/VidCoder-1.0.1-x86.exe</DownloadLocation>
5-
<ChangelogLocation>http://vidcoder.codeplex.com/releases/view/72528</ChangelogLocation>
3+
<Latest>1.0.2</Latest>
4+
<DownloadLocation>http://engy.us/VidCoder/VidCoder-1.0.2-x86.exe</DownloadLocation>
5+
<ChangelogLocation>http://vidcoder.codeplex.com/releases/view/73303</ChangelogLocation>
66
</Release>
77
<Release-x64>
8-
<Latest>1.0.1</Latest>
9-
<DownloadLocation>http://engy.us/VidCoder/VidCoder-1.0.1-x64.exe</DownloadLocation>
10-
<ChangelogLocation>http://vidcoder.codeplex.com/releases/view/72528</ChangelogLocation>
8+
<Latest>1.0.2</Latest>
9+
<DownloadLocation>http://engy.us/VidCoder/VidCoder-1.0.2-x64.exe</DownloadLocation>
10+
<ChangelogLocation>http://vidcoder.codeplex.com/releases/view/73303</ChangelogLocation>
1111
</Release-x64>
1212
</UpdateInfo>

VidCoder/View/EncodingWindow.xaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
xmlns:converters="clr-namespace:VidCoder.Converters"
88
xmlns:resx="clr-namespace:VidCoder.Properties"
99
xmlns:view="clr-namespace:VidCoder.View"
10-
xmlns:Encoding="clr-namespace:HandBrake.Interop.Model.Encoding;assembly=HandBrakeInterop"
11-
Title="{Binding WindowTitle}" Width="671" Height="467" MinWidth="588" MinHeight="467"
10+
xmlns:Encoding="clr-namespace:HandBrake.Interop.Model.Encoding;assembly=HandBrakeInterop"
11+
Title="{Binding WindowTitle}" Width="671" Height="467" MinWidth="588" MinHeight="467"
1212
Style="{StaticResource NormalWindow}" WindowStartupLocation="CenterOwner"
1313
Closing="Window_Closing"
1414
ShowInTaskbar="False" WindowStyle="ToolWindow">
@@ -82,7 +82,7 @@
8282
</ToolBarPanel>
8383
<Button
8484
Height="26" Margin="0,4,12,0" VerticalAlignment="Top" IsEnabled="{Binding HasSourceData}"
85-
Command="{Binding WindowManagerVM.PreviewWindowOpen}" HorizontalAlignment="Right" Width="77"
85+
Command="{Binding WindowManagerVM.OpenPreviewWindowCommand}" HorizontalAlignment="Right" Width="77"
8686
Visibility="{Binding WindowManagerVM.PreviewWindowOpen, Converter={StaticResource VisibilityConverter}, ConverterParameter=True}">
8787
<StackPanel Orientation="Horizontal">
8888
<Image Source="/Icons/preview.png" />

0 commit comments

Comments
 (0)