Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'org.eclipse.debug.ui/plugin.xml')
-rw-r--r--org.eclipse.debug.ui/plugin.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/org.eclipse.debug.ui/plugin.xml b/org.eclipse.debug.ui/plugin.xml
index 5adfdc07d..6b5c5198f 100644
--- a/org.eclipse.debug.ui/plugin.xml
+++ b/org.eclipse.debug.ui/plugin.xml
@@ -2475,6 +2475,7 @@ M4 = Platform-specific fourth key
<extension
point="org.eclipse.ui.workingSets">
<workingSet
+ description="%BreakpointWorkingSet.description"
elementAdapterClass="org.eclipse.debug.internal.ui.views.breakpoints.BreakpointWorkingSetElementAdapter"
icon="$nl$/icons/full/obj16/brkp_grp.gif"
id="org.eclipse.debug.ui.breakpointWorkingSet"

Back to the top