Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarin Swanson2004-11-01 20:16:40 +0000
committerDarin Swanson2004-11-01 20:16:40 +0000
commit5628f9aeb8c24f3bb35d65e7ebffeeeabcc53065 (patch)
tree02970d57e898ac031bd882924672f17f69128b03 /org.eclipse.debug.ui/plugin.xml
parente2ec6f0407bc2e1400a264665a1e255643cf687d (diff)
downloadeclipse.platform.debug-5628f9aeb8c24f3bb35d65e7ebffeeeabcc53065.tar.gz
eclipse.platform.debug-5628f9aeb8c24f3bb35d65e7ebffeeeabcc53065.tar.xz
eclipse.platform.debug-5628f9aeb8c24f3bb35d65e7ebffeeeabcc53065.zip
Corrected warning for missing icon
Diffstat (limited to 'org.eclipse.debug.ui/plugin.xml')
-rw-r--r--org.eclipse.debug.ui/plugin.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.debug.ui/plugin.xml b/org.eclipse.debug.ui/plugin.xml
index 370d0e4d7..cb017f6ca 100644
--- a/org.eclipse.debug.ui/plugin.xml
+++ b/org.eclipse.debug.ui/plugin.xml
@@ -1333,7 +1333,7 @@
point="org.eclipse.ui.editors">
<editor
name="%NoSourceFoundEditor.name"
- icon="/icons/full/obj16/stckframe_obj.gif"
+ icon="icons/full/obj16/stckframe_obj.gif"
class="org.eclipse.debug.internal.ui.views.launch.SourceNotFoundEditor"
contributorClass="org.eclipse.ui.part.EditorActionBarContributor"
id="org.eclipse.debug.ui.NoSourceFoundEditor">

Back to the top