Skip to content

Commit 6af4440

Browse files
committed
change path for missing svgs
This commit changes the path of missing icons that were falsely changed in #1734. The SVGs are not yet available.
1 parent b77badd commit 6af4440

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ui/org.eclipse.pde.ui/plugin.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -672,7 +672,7 @@
672672
<extension
673673
point="org.eclipse.debug.ui.launchConfigurationTypeImages">
674674
<launchConfigurationTypeImage
675-
icon="$nl$/icons/etool16/eclipse.svg"
675+
icon="$nl$/icons/etool16/eclipse.png"
676676
configTypeID="org.eclipse.pde.ui.RuntimeWorkbench"
677677
id="org.eclipse.pde.ui.runtimeWorkbenchLaunchImage">
678678
</launchConfigurationTypeImage>
@@ -773,7 +773,7 @@
773773
<shortcut
774774
class="org.eclipse.pde.ui.launcher.EclipseLaunchShortcut"
775775
helpContextId="org.eclipse.pde.doc.user.launcher_eclipse_application"
776-
icon="$nl$/icons/etool16/eclipse.svg"
776+
icon="$nl$/icons/etool16/eclipse.png"
777777
id="org.eclipse.pde.ui.runtimeWorkbenchShortcut"
778778
label="%launcher.shortcut.label"
779779
modes="run, debug">

0 commit comments

Comments
 (0)