|
3 | 3 | xmlns="http://schemas.microsoft.com/VisualStudio/2005-10-18/CommandTable" |
4 | 4 | xmlns:xs="http://www.w3.org/2001/XMLSchema"> |
5 | 5 |
|
| 6 | + <!-- Import the standard ImageCatalogGuid monikers --> |
| 7 | + <Include href="KnownImageIds.vsct"/> |
| 8 | + |
6 | 9 | <!-- This is the file that defines the actual layout and type of the commands. |
7 | 10 | It is divided in different sections (e.g. command definition, command |
8 | 11 | placement, ...), with each defining a specific set of properties. |
|
138 | 141 |
|
139 | 142 | <!--- Toolbar buttons --> |
140 | 143 | <Button guid="guidGitHubToolbarCmdSet" id="backCommand" type="Button"> |
141 | | - <Icon guid="guidImages" id="arrow_left" /> |
| 144 | + <Icon guid="ImageCatalogGuid" id="Backwards" /> |
142 | 145 | <CommandFlag>IconIsMoniker</CommandFlag> |
143 | 146 | <CommandFlag>DefaultDisabled</CommandFlag> |
144 | 147 | <Strings> |
|
149 | 152 | </Button> |
150 | 153 |
|
151 | 154 | <Button guid="guidGitHubToolbarCmdSet" id="forwardCommand" type="Button"> |
152 | | - <Icon guid="guidImages" id="arrow_right" /> |
| 155 | + <Icon guid="ImageCatalogGuid" id="Forwards" /> |
153 | 156 | <CommandFlag>IconIsMoniker</CommandFlag> |
154 | 157 | <CommandFlag>DefaultDisabled</CommandFlag> |
155 | 158 | <Strings> |
|
171 | 174 | </Button> |
172 | 175 |
|
173 | 176 | <Button guid="guidGitHubToolbarCmdSet" id="refreshCommand" type="Button"> |
174 | | - <Icon guid="guidImages" id="refresh" /> |
| 177 | + <Icon guid="ImageCatalogGuid" id="Refresh" /> |
175 | 178 | <CommandFlag>IconIsMoniker</CommandFlag> |
176 | 179 | <CommandFlag>DefaultDisabled</CommandFlag> |
177 | 180 | <Strings> |
|
182 | 185 | </Button> |
183 | 186 |
|
184 | 187 | <Button guid="guidGitHubToolbarCmdSet" id="githubCommand" type="Button"> |
185 | | - <Icon guid="guidImages" id="logo_toolbar" /> |
| 188 | + <Icon guid="ImageCatalogGuid" id="OpenWebSite" /> |
186 | 189 | <CommandFlag>IconIsMoniker</CommandFlag> |
187 | 190 | <CommandFlag>DefaultDisabled</CommandFlag> |
188 | 191 | <Strings> |
|
193 | 196 | </Button> |
194 | 197 |
|
195 | 198 | <Button guid="guidGitHubToolbarCmdSet" id="helpCommand" type="Button"> |
196 | | - <Icon guid="guidImages" id="question" /> |
| 199 | + <Icon guid="ImageCatalogGuid" id="StatusHelp" /> |
197 | 200 | <CommandFlag>IconIsMoniker</CommandFlag> |
198 | 201 | <Strings> |
199 | 202 | <ButtonText>Help</ButtonText> |
|
227 | 230 | </Button> |
228 | 231 |
|
229 | 232 | <Button guid="guidContextMenuSet" id="openLinkCommand" type="Button"> |
230 | | - <Icon guid="guidImages" id="link_external" /> |
| 233 | + <Icon guid="ImageCatalogGuid" id="OpenWebSite" /> |
231 | 234 | <CommandFlag>IconIsMoniker</CommandFlag> |
232 | 235 | <CommandFlag>DefaultInvisible</CommandFlag> |
233 | 236 | <CommandFlag>DynamicVisibility</CommandFlag> |
|
0 commit comments