Skip to content

Commit 647003c

Browse files
authored
Merge pull request #317 from tumb1er/fix_checkout_icon
#314 Replace AllIcons.Vcs.CheckOut to AllIcons.Actions.CheckOut
2 parents 80f0a26 + dff3c8a commit 647003c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/resources/META-INF/plugin.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
/>
4040
<action id="Gitflow.TrackFeature" class="gitflow.actions.TrackFeatureAction"
4141
text="Track Feature..."
42-
icon="AllIcons.Vcs.CheckOut"
42+
icon="AllIcons.Actions.CheckOut"
4343
/>
4444

4545
<action id="Gitflow.StartRelease" class="gitflow.actions.StartReleaseAction"

0 commit comments

Comments
 (0)