Skip to content

Commit ba714d3

Browse files
committed
Remove explicit disabled icons from org.eclipse.ant.ui bundle
Use on-the-fly-generated disabled version of SVG-rasterized icons instead.
1 parent 380613a commit ba714d3

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

ant/org.eclipse.ant.ui/plugin.xml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -708,7 +708,6 @@ M4 = Platform-specific fourth key -->
708708
toolbarPath="org.eclipse.ui.edit.text.actionSet.presentation/Presentation"
709709
id="org.eclipse.ant.ui.toggleMarkOccurrences"
710710
definitionId="org.eclipse.ant.ui.toggleMarkOccurrences"
711-
disabledIcon="$nl$/icons/full/dtool16/mark_occurrences.png"
712711
icon="$nl$/icons/full/etool16/mark_occurrences.svg"
713712
label="%toggleMarkOccurrences.label"
714713
retarget="true"
@@ -717,7 +716,6 @@ M4 = Platform-specific fourth key -->
717716
style="toggle"
718717
toolbarPath="org.eclipse.ui.edit.text.actionSet.presentation/Presentation"
719718
id="org.eclipse.ant.ui.toggleAutoReconcile"
720-
disabledIcon="$nl$/icons/full/dlcl16/refresh.png"
721719
icon="$nl$/icons/full/elcl16/refresh.svg"
722720
label="%toggleAutoReconcile.label"
723721
retarget="true"

0 commit comments

Comments
 (0)