Browse Source

New icon for Search Msdn

visually disambiguate from 'Analyze'
pull/724/head
Ed Harvey 9 years ago
parent
commit
4cacbeb7da
  1. 3
      ILSpy/ILSpy.csproj
  2. BIN
      ILSpy/Images/SearchMsdn.png
  3. 2
      ILSpy/TreeNodes/SearchMsdnContextMenuEntry.cs

3
ILSpy/ILSpy.csproj

@ -410,5 +410,8 @@
<ItemGroup> <ItemGroup>
<Resource Include="Images\Sort.png" /> <Resource Include="Images\Sort.png" />
</ItemGroup> </ItemGroup>
<ItemGroup>
<Resource Include="Images\SearchMsdn.png" />
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.Targets" /> <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.Targets" />
</Project> </Project>

BIN
ILSpy/Images/SearchMsdn.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 710 B

2
ILSpy/TreeNodes/SearchMsdnContextMenuEntry.cs

@ -26,7 +26,7 @@ using ICSharpCode.ILSpy.TreeNodes.Analyzer;
namespace ICSharpCode.ILSpy.TreeNodes namespace ICSharpCode.ILSpy.TreeNodes
{ {
[ExportContextMenuEntryAttribute(Header = "Search MSDN...", Icon = "images/Search.png")] [ExportContextMenuEntryAttribute(Header = "Search MSDN...", Icon = "images/SearchMsdn.png")]
internal sealed class SearchMsdnContextMenuEntry : IContextMenuEntry internal sealed class SearchMsdnContextMenuEntry : IContextMenuEntry
{ {
private static string msdnAddress = "http://msdn.microsoft.com/en-us/library/{0}"; private static string msdnAddress = "http://msdn.microsoft.com/en-us/library/{0}";

Loading…
Cancel
Save