Skip to content

Commit dff3c8a

Browse files
committed
Replace AllIcons.Vcs.CheckOut to AllIcons.Actions.CheckOut
1 parent 7c108e0 commit dff3c8a

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)