Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMike Rennie2014-04-11 19:00:23 +0000
committerMike Rennie2014-04-11 19:00:23 +0000
commita652912cfa3dfa7c3c36a09cf809ca21b65f2f19 (patch)
treef702bf68cb78f7332f79f8e43d1f7bf0f2f5fa22
parentc66c9d0d904de96e3807614d4744629b12a87967 (diff)
downloadeclipse.platform.debug-a652912cfa3dfa7c3c36a09cf809ca21b65f2f19.tar.gz
eclipse.platform.debug-a652912cfa3dfa7c3c36a09cf809ca21b65f2f19.tar.xz
eclipse.platform.debug-a652912cfa3dfa7c3c36a09cf809ca21b65f2f19.zip
Bug 432579 - 'Skip All Breakpoints' tool item is always greyed
-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 dd1d96b10..4d7e1480e 100644
--- a/org.eclipse.debug.ui/plugin.xml
+++ b/org.eclipse.debug.ui/plugin.xml
@@ -220,7 +220,7 @@
definitionId="org.eclipse.debug.ui.commands.SkipAllBreakpoints"
label="%SkipAllBreakpointsAction.label"
tooltip="%SkipAllBreakpointsAction.tooltip"
- icon="$nl$/icons/full/elcl16/skip_brkp.png"
+ icon="$nl$/icons/full/elcl16/skip_brkp.gif"
helpContextId="skip_all_breakpoints_action_context"
class="org.eclipse.debug.internal.ui.actions.breakpoints.SkipAllBreakpointsAction"
menubarPath="org.eclipse.ui.run/breakpointGroup"

Back to the top