diff --git a/ILSpy.AddIn/Commands/OpenReferenceCommand.cs b/ILSpy.AddIn/Commands/OpenReferenceCommand.cs index 5a9675161..953bc5a67 100644 --- a/ILSpy.AddIn/Commands/OpenReferenceCommand.cs +++ b/ILSpy.AddIn/Commands/OpenReferenceCommand.cs @@ -13,8 +13,8 @@ namespace ICSharpCode.ILSpy.AddIn.Commands { static OpenReferenceCommand instance; - public OpenReferenceCommand(ILSpyAddInPackage owner, uint id) - : base(owner, id) + public OpenReferenceCommand(ILSpyAddInPackage owner) + : base(owner, PkgCmdIDList.cmdidOpenReferenceInILSpy) { ThreadHelper.ThrowIfNotOnUIThread(); } @@ -98,11 +98,11 @@ namespace ICSharpCode.ILSpy.AddIn.Commands } } - internal static void Register(ILSpyAddInPackage owner, uint id) + internal static void Register(ILSpyAddInPackage owner) { ThreadHelper.ThrowIfNotOnUIThread(); - instance = new OpenReferenceCommand(owner, id); + instance = new OpenReferenceCommand(owner); } } diff --git a/ILSpy.AddIn/ILSpyAddIn.en-US.vsct b/ILSpy.AddIn/ILSpyAddIn.en-US.vsct index e3fc05868..e52c29d25 100644 --- a/ILSpy.AddIn/ILSpyAddIn.en-US.vsct +++ b/ILSpy.AddIn/ILSpyAddIn.en-US.vsct @@ -57,26 +57,6 @@ - - - - - - - -