Skip to content

Commit

Permalink
Fixed guid
Browse files Browse the repository at this point in the history
  • Loading branch information
madskristensen committed Feb 18, 2016
1 parent 3488742 commit 7f2b552
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/VSCommandTable.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ namespace BrowserReloadOnSave
internal sealed partial class PackageGuids
{
public const string guidBrowserReloadPackageString = "2d8aa02a-8810-421f-97b9-86efc573fea3";
public const string guidBrowserReloadCmdSetString = "44f3346d-7059-4428-9d81-2f16be71e28e";
public const string guidBrowserReloadCmdSetString = "bc3f56c7-c6a3-405d-a92b-b65f24dcf687";
public const string guidBrowserLinkCmdSetString = "30947ebe-9147-45f9-96cf-401bfc671a82";
public static Guid guidBrowserReloadPackage = new Guid(guidBrowserReloadPackageString);
public static Guid guidBrowserReloadCmdSet = new Guid(guidBrowserReloadCmdSetString);
Expand Down
2 changes: 1 addition & 1 deletion src/VSCommandTable.vsct
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<GuidSymbol name="guidBrowserReloadPackage" value="{2d8aa02a-8810-421f-97b9-86efc573fea3}" />

<!-- This is the guid used to group the menu commands together -->
<GuidSymbol name="guidBrowserReloadCmdSet" value="{44f3346d-7059-4428-9d81-2f16be71e28e}">
<GuidSymbol name="guidBrowserReloadCmdSet" value="{bc3f56c7-c6a3-405d-a92b-b65f24dcf687}">
<IDSymbol name="EnableReloadCommandId" value="0x0100" />
</GuidSymbol>

Expand Down

0 comments on commit 7f2b552

Please sign in to comment.