Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMike Rennie2014-04-11 19:04:41 +0000
committerMike Rennie2014-04-11 19:04:41 +0000
commitf1f222008000dde3ef998181487fa4692b966fe2 (patch)
tree37e125d3cd8f3ba1f22ec9cd9685037dbe551e23
parenta652912cfa3dfa7c3c36a09cf809ca21b65f2f19 (diff)
downloadeclipse.platform.debug-f1f222008000dde3ef998181487fa4692b966fe2.tar.gz
eclipse.platform.debug-f1f222008000dde3ef998181487fa4692b966fe2.tar.xz
eclipse.platform.debug-f1f222008000dde3ef998181487fa4692b966fe2.zip
Bug 432579 - 'Skip All Breakpoints' - also update shared image refI20140422-0800I20140415-0800
-rw-r--r--org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/DebugPluginImages.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/DebugPluginImages.java b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/DebugPluginImages.java
index 5c3b70044..bde0b6e86 100644
--- a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/DebugPluginImages.java
+++ b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/DebugPluginImages.java
@@ -62,7 +62,7 @@ public class DebugPluginImages {
declareRegistryImage(IDebugUIConstants.IMG_ACT_DEBUG, CTOOL + "debug_exc.png"); //$NON-NLS-1$
declareRegistryImage(IDebugUIConstants.IMG_ACT_RUN, CTOOL + "run_exc.png"); //$NON-NLS-1$
declareRegistryImage(IDebugUIConstants.IMG_ACT_SYNCED, ELCL + "synced.png"); //$NON-NLS-1$
- declareRegistryImage(IDebugUIConstants.IMG_SKIP_BREAKPOINTS, ELCL + "skip_brkp.png"); //$NON-NLS-1$
+ declareRegistryImage(IDebugUIConstants.IMG_SKIP_BREAKPOINTS, ELCL + "skip_brkp.gif"); //$NON-NLS-1$
//menus
declareRegistryImage(IDebugUIConstants.IMG_LCL_CHANGE_VARIABLE_VALUE, ELCL + "changevariablevalue_co.png"); //$NON-NLS-1$

Back to the top