Browse Source

Use the AssemblyList icon

pull/254/head
Dick van den Brink 14 years ago
parent
commit
01c5ebd563
  1. 2
      ILSpy/Commands/OpenListCommand.cs

2
ILSpy/Commands/OpenListCommand.cs

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

Loading…
Cancel
Save