Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarin Wright2005-01-15 01:30:13 +0000
committerDarin Wright2005-01-15 01:30:13 +0000
commit033a228d492e360afaedda8e364637f6451f920d (patch)
tree84644cf907dba1be872183d816b9f73061d3c471 /org.eclipse.debug.ui/plugin.xml
parent633059489a036370509cd6ea0522785aa9d9e2ed (diff)
downloadeclipse.platform.debug-033a228d492e360afaedda8e364637f6451f920d.tar.gz
eclipse.platform.debug-033a228d492e360afaedda8e364637f6451f920d.tar.xz
eclipse.platform.debug-033a228d492e360afaedda8e364637f6451f920d.zip
Bug 82882 - Need to provide an icon for "working set organizer"
Diffstat (limited to 'org.eclipse.debug.ui/plugin.xml')
-rw-r--r--org.eclipse.debug.ui/plugin.xml7
1 files changed, 4 insertions, 3 deletions
diff --git a/org.eclipse.debug.ui/plugin.xml b/org.eclipse.debug.ui/plugin.xml
index 61f5bda24..f51febc0d 100644
--- a/org.eclipse.debug.ui/plugin.xml
+++ b/org.eclipse.debug.ui/plugin.xml
@@ -2355,9 +2355,10 @@ M4 = Platform-specific fourth key
label="%File.label"
icon="icons/full/obj16/file_obj.gif"/>
<breakpointOrganizer
- class="org.eclipse.debug.internal.ui.views.breakpoints.WorkingSetBreakpointOrganizer"
- id="org.eclipse.debug.ui.breakpointWorkingSetOrganizer"
- label="%WorkingSet.label"/>
+ label="%WorkingSet.label"
+ icon="icons/full/obj16/fldr_obj.gif"
+ class="org.eclipse.debug.internal.ui.views.breakpoints.WorkingSetBreakpointOrganizer"
+ id="org.eclipse.debug.ui.breakpointWorkingSetOrganizer"/>
<breakpointOrganizer
class="org.eclipse.debug.internal.ui.views.breakpoints.BreakpointTypeOrganizer"
id="org.eclipse.debug.ui.breakpointTypeOrganizer"

Back to the top