Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Rennie2007-09-12 14:27:45 +0000
committerMichael Rennie2007-09-12 14:27:45 +0000
commit9ed582be9ef598de4379036ccdabd3fedadec9ea (patch)
treecbc52dbcb4a034a02482be4451bf3236531b2e4f /org.eclipse.debug.ui/plugin.xml
parentceba4003426924ef50f9bf774004cae07fad78d1 (diff)
downloadeclipse.platform.debug-9ed582be9ef598de4379036ccdabd3fedadec9ea.tar.gz
eclipse.platform.debug-9ed582be9ef598de4379036ccdabd3fedadec9ea.tar.xz
eclipse.platform.debug-9ed582be9ef598de4379036ccdabd3fedadec9ea.zip
Bug 202798 Breakpoint working set description
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