mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
[vcs-log] fix icon for GitBranchesAction IDEA-136061
This commit is contained in:
@@ -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..."/>
|
||||
|
||||
Reference in New Issue
Block a user