This repository was archived by the owner on Jun 21, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 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 >
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
Original file line number Diff line number Diff 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}
You can’t perform that action at this time.
0 commit comments