Skip to content

Commit

Permalink
rename window title
Browse files Browse the repository at this point in the history
  • Loading branch information
Stricted committed Jan 20, 2016
1 parent 20419cc commit 51c3eca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SPHDecode/MainWindow.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
xmlns:local="clr-namespace:SPHDecode"
mc:Ignorable="d"
Title="MainWindow" Height="145" Width="405">
Title="SPHDecode" Height="145" Width="405">
<Grid DataContext="{StaticResource MainWindowModel}">
<StackPanel HorizontalAlignment="Left" Width="375" Margin="10,10,0,0" VerticalAlignment="Top">
<StackPanel.Resources>
Expand Down

0 comments on commit 51c3eca

Please sign in to comment.