Skip to content

Commit

Permalink
Fixed a typo in a filename
Browse files Browse the repository at this point in the history
  • Loading branch information
martinmine committed Oct 6, 2024
1 parent 7398120 commit ff177bc
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Celeste_Launcher_Gui/Celeste_Launcher_Gui.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
<Resource Include="Resources\FriendList\FriendPlate-Offline.png" />
<Resource Include="Resources\FriendList\FriendPlate-Outgoing.png" />
<Resource Include="Resources\FriendList\FriendPlate-Persia.png" />
<Resource Include="Resources\FriendList\FriendPlate-Requet.png" />
<Resource Include="Resources\FriendList\FriendPlate-Request.png" />
<Resource Include="Resources\FriendList\FriendPlate-Roman.png" />
<Resource Include="Resources\FriendList\ProfilePictures\Babylon.png" />
<Resource Include="Resources\FriendList\ProfilePictures\Celt.png" />
Expand Down
2 changes: 1 addition & 1 deletion Celeste_Launcher_Gui/Windows/FriendList.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@
<DataTemplate x:Key="IncomingFriendRequest">
<StackPanel Orientation="Horizontal" Width="338" Height="72">
<StackPanel.Background>
<ImageBrush ImageSource="pack://application:,,,/Celeste Launcher;component/Resources/FriendList/FriendPlate-Requet.png"/>
<ImageBrush ImageSource="pack://application:,,,/Celeste Launcher;component/Resources/FriendList/FriendPlate-Request.png"/>
</StackPanel.Background>
<StackPanel Margin="15,0,0,0">
<TextBlock Text="{Binding Username}" Style="{StaticResource FriendsListItemTitle}" LineHeight="20pt"/>
Expand Down

0 comments on commit ff177bc

Please sign in to comment.