Skip to content

Commit a1ae3f1

Browse files
committed
Rebase button in VS2013 does not have icon (#50)
1 parent 2d199dd commit a1ae3f1

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

TGit/Images.vsct

+2
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@
3333
<IDSymbol name="Fetch" value="18" />
3434
<IDSymbol name="BrowseRef" value="19" />
3535
<IDSymbol name="Tag" value="20" />
36+
<IDSymbol name="AbortMerge" value="21" />
37+
<IDSymbol name="Rebase" value="22" />
3638
</GuidSymbol>
3739
</Symbols>
3840
</CommandTable>

TGit/TGIT.vsct

+1-1
Original file line numberDiff line numberDiff line change
@@ -493,7 +493,7 @@
493493
<Bitmaps>
494494
<Bitmap guid="guidImages"
495495
href="Resources\octicons.png"
496-
usedList="showChanges, pull, push, showLog, revert, branch, merge, differences, blame, repo, resolve, sync, commit, disk, switch, cleanup, stash, fetch, browseRef, tag, abortMerge"/>
496+
usedList="showChanges, pull, push, showLog, revert, branch, merge, differences, blame, repo, resolve, sync, commit, disk, switch, cleanup, stash, fetch, browseRef, tag, abortMerge, rebase"/>
497497
</Bitmaps>
498498
</Commands>
499499

0 commit comments

Comments
 (0)