Skip to content

Commit

Permalink
Update icons
Browse files Browse the repository at this point in the history
  • Loading branch information
chelh committed Mar 11, 2017
1 parent 990f971 commit bf4aaff
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/VBASync.WPF/ChangesViewModel.cs
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,8 @@ public ModuleTypeToIconConverter() : base(
return "pack://application:,,,/Icons/ModuleIcon.png";
case ModuleType.Form:
return "pack://application:,,,/Icons/FormIcon.png";
case ModuleType.Ini:
return "pack://application:,,,/Icons/ProjectIcon.png";
default:
return "pack://application:,,,/Icons/DocIcon.png";
}
Expand Down
Binary file modified src/VBASync.WPF/Icons/DocIcon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/VBASync.WPF/Icons/ProjectIcon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions src/VBASync.WPF/VBASync.WPF.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,7 @@
</ProjectReference>
</ItemGroup>
<ItemGroup>
<Resource Include="Icons\ProjectIcon.png" />
<Content Include="LICENSE.txt">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
Expand Down

0 comments on commit bf4aaff

Please sign in to comment.