Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortmccrary2014-05-27 14:26:09 +0000
committerDani Megert2014-08-08 11:24:13 +0000
commitc37aa73ffdd7a1497c2d8729ffb08e5cd35b1cc1 (patch)
tree46191e8fa73184aaeed2cbb7cc62b618acbdf6b8 /org.eclipse.debug.ui/plugin.xml
parent542b7861d47f8a062fa8466a51183e322415393f (diff)
downloadeclipse.platform.debug-c37aa73ffdd7a1497c2d8729ffb08e5cd35b1cc1.tar.gz
eclipse.platform.debug-c37aa73ffdd7a1497c2d8729ffb08e5cd35b1cc1.tar.xz
eclipse.platform.debug-c37aa73ffdd7a1497c2d8729ffb08e5cd35b1cc1.zip
Bug 432579 - Updated skip breakpoints icon. latest updates aug 6I20140812-0800
Change-Id: I168a65b4f60a1e57bf3406d6a35586d297f58582 Signed-off-by: tmccrary <tmccrary@l33tlabs.com>
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 dd6c2221a..e54c7e01c 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.gif"
+ icon="$nl$/icons/full/elcl16/skip_brkp.png"
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