Skip to content

Commit

Permalink
Set name for all windows
Browse files Browse the repository at this point in the history
  • Loading branch information
ashokgelal committed Mar 17, 2017
1 parent 0cdc4d1 commit ff46936
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/Magpie/Magpie/Views/DownloadWindow.xaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<Window x:Class="MagpieUpdater.Views.DownloadWindow"
x:Name="DownloadingArtifact"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
Expand Down
1 change: 1 addition & 0 deletions src/Magpie/Magpie/Views/ErrorWindow.xaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<Window x:Class="MagpieUpdater.Views.ErrorWindow"
x:Name="Error"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:prop="clr-namespace:MagpieUpdater.Properties"
Expand Down
1 change: 1 addition & 0 deletions src/Magpie/Magpie/Views/MainWindow.xaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<Window x:Class="MagpieUpdater.Views.MainWindow"
x:Name="UpdateAvailable"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
Expand Down
1 change: 1 addition & 0 deletions src/Magpie/Magpie/Views/NoUpdatesWindow.xaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<Window x:Class="MagpieUpdater.Views.NoUpdatesWindow"
x:Name="NoUpdatesAvailable"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:prop="clr-namespace:MagpieUpdater.Properties"
Expand Down
1 change: 1 addition & 0 deletions src/Magpie/Magpie/Views/SignatureVerificationWindow.xaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<Window x:Class="MagpieUpdater.Views.SignatureVerificationWindow"
x:Name="SignatureVerificationError"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
Expand Down

0 comments on commit ff46936

Please sign in to comment.