[vcs-log] fix icon for GitBranchesAction IDEA-136061

This commit is contained in:
Julia Beliaeva
2015-02-05 14:52:06 +03:00
parent 7aed8216c5
commit f7618ccd2b
+1 -1
View File
@@ -50,7 +50,7 @@
</group>
<group id="GitRepositoryActions">
<action id="Git.Branches" class="git4idea.ui.branch.GitBranchesAction" text="_Branches..." icon="Git4ideaIcons.Branch"/>
<action id="Git.Branches" class="git4idea.ui.branch.GitBranchesAction" text="_Branches..." icon="VcsLogIcons.Branch"/>
<action id="Git.Tag" class="git4idea.actions.GitTag" text="Tag..."/>
<action id="Git.Merge" class="git4idea.actions.GitMerge" text="Merge Changes..." icon="AllIcons.Vcs.MergeSourcesTree"/>
<action id="Git.Stash" class="git4idea.actions.GitStash" text="Stash Changes..."/>