Browse Source

Add icon for Open from GAC

pull/451/head
Linquize 11 years ago
parent
commit
9479dbfe64
  1. 2
      ILSpy/Commands/OpenFromGacCommand.cs
  2. 1
      ILSpy/ILSpy.csproj
  3. BIN
      ILSpy/Images/AssemblyListGAC.png

2
ILSpy/Commands/OpenFromGacCommand.cs

@ -20,7 +20,7 @@ using System; @@ -20,7 +20,7 @@ using System;
namespace ICSharpCode.ILSpy
{
[ExportMainMenuCommand(Menu = "_File", Header = "Open from _GAC", MenuCategory = "Open", MenuOrder = 1)]
[ExportMainMenuCommand(Menu = "_File", Header = "Open from _GAC", MenuIcon = "Images/AssemblyListGAC.png", MenuCategory = "Open", MenuOrder = 1)]
sealed class OpenFromGacCommand : SimpleCommand
{
public override void Execute(object parameter)

1
ILSpy/ILSpy.csproj

@ -230,6 +230,7 @@ @@ -230,6 +230,7 @@
<Link>license.txt</Link>
</EmbeddedResource>
<Resource Include="Images\AssemblyList.png" />
<Resource Include="Images\AssemblyListGAC.png" />
<Resource Include="Images\AssemblyWarning.png" />
<Resource Include="Images\ViewCode.png" />
<Resource Include="Images\SaveFile.png" />

BIN
ILSpy/Images/AssemblyListGAC.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 602 B

Loading…
Cancel
Save