Skip to content

Commit

Permalink
Oops, lost Icon in menus.
Browse files Browse the repository at this point in the history
  • Loading branch information
PolarbearDK committed Jul 28, 2015
1 parent 0200265 commit 31ff635
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions XamlStyler.Package/XamlStyler.Package.vsct
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,16 @@
</Strings>
</Button>
</Buttons>

<!--The bitmaps section is used to define the bitmaps that are used for the commands.-->
<Bitmaps>
<!-- The bitmap id is defined in a way that is a little bit different from the others:
the declaration starts with a guid for the bitmap strip, then there is the resource id of the
bitmap strip containing the bitmaps and then there are the numeric ids of the elements used
inside a button definition. An important aspect of this declaration is that the element id
must be the actual index (1-based) of the bitmap inside the bitmap strip. -->
<Bitmap guid="guidImages" href="Resources\Images_32bit.bmp" usedList="bmpPic1, bmpPic2, bmpPicSearch, bmpPicX, bmpPicArrows"/>
</Bitmaps>
</Commands>

<KeyBindings>
Expand Down

0 comments on commit 31ff635

Please sign in to comment.