Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSarika Sinha2016-09-20 03:24:41 +0000
committerSarika Sinha2016-10-27 10:32:15 +0000
commit3fa670f3c24690b6b741ae5a88b57829972ccfd7 (patch)
tree7a11818787c66135ea60ea00a26501a674d6645f /org.eclipse.debug.ui/plugin.xml
parent8936561b6fa05f69746b10e2c5ba99ba6f453bf9 (diff)
downloadeclipse.platform.debug-3fa670f3c24690b6b741ae5a88b57829972ccfd7.tar.gz
eclipse.platform.debug-3fa670f3c24690b6b741ae5a88b57829972ccfd7.tar.xz
eclipse.platform.debug-3fa670f3c24690b6b741ae5a88b57829972ccfd7.zip
Bug 501245 - Trigger points -- API deficienciesY20161103-1000I20161108-1015I20161108-0800
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 e1db4e981..d18ca4cbe 100644
--- a/org.eclipse.debug.ui/plugin.xml
+++ b/org.eclipse.debug.ui/plugin.xml
@@ -1456,7 +1456,7 @@
label="%RemoveAllTriggerpoints.label"
icon="$nl$/icons/full/elcl16/rem_all_triggers.png"
helpContextId="remove_all_breakpoints_action_context"
- class="org.eclipse.debug.internal.ui.actions.breakpoints.RemoveAllTriggerpointsAction"
+ class="org.eclipse.debug.internal.ui.actions.breakpoints.RemoveAllTriggerPointsAction"
menubarPath="breakpointGroup"
id="org.eclipse.debug.ui.actions.RemoveAllTriggerpoints">
</action>

Back to the top