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

Commit c4474f0

Browse files
authored
Merge pull request #1877 from github/jcansdale/OpenWebSite-image-ViewOnGitHub
Use OpenWebSite image for View/Open on GitHub
2 parents cfbc918 + de94a9d commit c4474f0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/GitHub.VisualStudio/GitHub.VisualStudio.vsct

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<!-- Import the standard ImageCatalogGuid monikers -->
77
<Include href="KnownImageIds.vsct"/>
8-
8+
99
<!-- This is the file that defines the actual layout and type of the commands.
1010
It is divided in different sections (e.g. command definition, command
1111
placement, ...), with each defining a specific set of properties.
@@ -185,7 +185,7 @@
185185
</Button>
186186

187187
<Button guid="guidGitHubToolbarCmdSet" id="githubCommand" type="Button">
188-
<Icon guid="guidImages" id="logo_toolbar" />
188+
<Icon guid="ImageCatalogGuid" id="OpenWebSite" />
189189
<CommandFlag>IconIsMoniker</CommandFlag>
190190
<CommandFlag>DefaultDisabled</CommandFlag>
191191
<Strings>
@@ -230,7 +230,7 @@
230230
</Button>
231231

232232
<Button guid="guidContextMenuSet" id="openLinkCommand" type="Button">
233-
<Icon guid="guidImages" id="link_external" />
233+
<Icon guid="ImageCatalogGuid" id="OpenWebSite" />
234234
<CommandFlag>IconIsMoniker</CommandFlag>
235235
<CommandFlag>DefaultInvisible</CommandFlag>
236236
<CommandFlag>DynamicVisibility</CommandFlag>

0 commit comments

Comments
 (0)