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

Commit 786da05

Browse files
committed
Use OpenWebSite image for View/Open on GitHub
1 parent b4bac32 commit 786da05

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

src/GitHub.VisualStudio/GitHub.VisualStudio.vsct

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
xmlns="http://schemas.microsoft.com/VisualStudio/2005-10-18/CommandTable"
44
xmlns:xs="http://www.w3.org/2001/XMLSchema">
55

6+
<!-- Import the standard ImageCatalogGuid monikers -->
7+
<Include href="KnownImageIds.vsct"/>
8+
69
<!-- This is the file that defines the actual layout and type of the commands.
710
It is divided in different sections (e.g. command definition, command
811
placement, ...), with each defining a specific set of properties.
@@ -182,7 +185,7 @@
182185
</Button>
183186

184187
<Button guid="guidGitHubToolbarCmdSet" id="githubCommand" type="Button">
185-
<Icon guid="guidImages" id="logo_toolbar" />
188+
<Icon guid="ImageCatalogGuid" id="OpenWebSite" />
186189
<CommandFlag>IconIsMoniker</CommandFlag>
187190
<CommandFlag>DefaultDisabled</CommandFlag>
188191
<Strings>
@@ -215,7 +218,7 @@
215218
</Button>
216219

217220
<Button guid="guidContextMenuSet" id="openLinkCommand" type="Button">
218-
<Icon guid="guidImages" id="link_external" />
221+
<Icon guid="ImageCatalogGuid" id="OpenWebSite" />
219222
<CommandFlag>IconIsMoniker</CommandFlag>
220223
<CommandFlag>DefaultInvisible</CommandFlag>
221224
<CommandFlag>DynamicVisibility</CommandFlag>

0 commit comments

Comments
 (0)