Skip to content
This repository has been archived by the owner on Dec 10, 2018. It is now read-only.

Commit

Permalink
end page fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
gus33000 committed Dec 20, 2015
1 parent a23e582 commit 3456786
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/main.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -1582,7 +1582,7 @@ function SetPage ($MainWindow, $NewPage) {
} else {
Convert-ESD -CryptoKey $VarRSAKey -extensiontype $VarImageFormat -ESD $VarSelectedFile -Destination $VarPath
}
[xml]$Global:xmlWPF = Get-Content -Path 'bin\ConvertEnd.xaml'
[xml]$Global:xmlWPF = Get-Content -Path 'bin\xaml\ConvertEnd.xaml'
$Global:xamGUI = [Windows.Markup.XamlReader]::Load((new-object System.Xml.XmlNodeReader $xmlWPF))
$xmlWPF.SelectNodes("//*[@Name]") | %{
Set-Variable -Name ($_.Name) -Value $xamGUI.FindName($_.Name) -Scope Global
Expand Down

0 comments on commit 3456786

Please sign in to comment.