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

Use OpenWebSite image for View/Open on GitHub #1877

Merged
merged 3 commits into from
Aug 29, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions src/GitHub.VisualStudio/GitHub.VisualStudio.vsct
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<!-- Import the standard ImageCatalogGuid monikers -->
<Include href="KnownImageIds.vsct"/>

<!-- This is the file that defines the actual layout and type of the commands.
It is divided in different sections (e.g. command definition, command
placement, ...), with each defining a specific set of properties.
Expand Down Expand Up @@ -185,7 +185,7 @@
</Button>

<Button guid="guidGitHubToolbarCmdSet" id="githubCommand" type="Button">
<Icon guid="guidImages" id="logo_toolbar" />
<Icon guid="ImageCatalogGuid" id="OpenWebSite" />
<CommandFlag>IconIsMoniker</CommandFlag>
<CommandFlag>DefaultDisabled</CommandFlag>
<Strings>
Expand Down Expand Up @@ -230,7 +230,7 @@
</Button>

<Button guid="guidContextMenuSet" id="openLinkCommand" type="Button">
<Icon guid="guidImages" id="link_external" />
<Icon guid="ImageCatalogGuid" id="OpenWebSite" />
<CommandFlag>IconIsMoniker</CommandFlag>
<CommandFlag>DefaultInvisible</CommandFlag>
<CommandFlag>DynamicVisibility</CommandFlag>
Expand Down