Skip to content
This repository was archived by the owner on Jun 21, 2023. It is now read-only.

Commit 72828e2

Browse files
committed
Give a better name to the open link command
1 parent 068c43a commit 72828e2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/GitHub.VisualStudio/GitHub.VisualStudio.vsct

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@
120120
</Strings>
121121
</Button>
122122

123-
<Button guid="guidContextMenuSet" id="getLinkCommand" priority="0x0100" type="Button">
123+
<Button guid="guidContextMenuSet" id="openLinkCommand" priority="0x0100" type="Button">
124124
<Parent guid="guidContextMenuSet" id="idContextMenuGroup"/>
125125
<CommandFlag>DefaultInvisible</CommandFlag>
126126
<CommandFlag>DynamicVisibility</CommandFlag>
@@ -196,7 +196,7 @@
196196

197197
<GuidSymbol name="guidContextMenuSet" value="{31057D08-8C3C-4C5B-9F91-8682EA08EC27}">
198198
<IDSymbol name="idContextMenuGroup" value="0x1010" />
199-
<IDSymbol name="getLinkCommand" value="0x100" />
199+
<IDSymbol name="openLinkCommand" value="0x100" />
200200
<IDSymbol name="copyLinkCommand" value="0x101"/>
201201
</GuidSymbol>
202202

src/GitHub.VisualStudio/PkgCmdID.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ static class PkgCmdIDList
1111
public const int forwardCommand = 0x301;
1212
public const int refreshCommand = 0x302;
1313
public const int pullRequestCommand = 0x310;
14-
public const int getLinkCommand = 0x100;
14+
public const int openLinkCommand = 0x100;
1515
public const int copyLinkCommand = 0x101;
1616
};
1717
}

0 commit comments

Comments
 (0)