Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPawel Piech2012-02-23 14:46:07 +0000
committerPawel Piech2012-02-23 14:46:07 +0000
commit8a8b76467672e3c5de49ffacf204ac120b806cc0 (patch)
tree9ac95084a37937d35b74929969a9ae97eef95b15
parent2253307b7a0515c567b2e4449f97636c85348cc7 (diff)
downloadeclipse.platform.debug-8a8b76467672e3c5de49ffacf204ac120b806cc0.tar.gz
eclipse.platform.debug-8a8b76467672e3c5de49ffacf204ac120b806cc0.tar.xz
eclipse.platform.debug-8a8b76467672e3c5de49ffacf204ac120b806cc0.zip
Bug 370022 - Skip All Breakpoints tool should not have mnemonic in tooltip
(Updated 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 5d6963a89..b4f901d07 100644
--- a/org.eclipse.debug.ui/plugin.xml
+++ b/org.eclipse.debug.ui/plugin.xml
@@ -220,7 +220,7 @@
<action
definitionId="org.eclipse.debug.ui.commands.SkipAllBreakpoints"
label="%SkipAllBreakpointsAction.label"
- tooltip="%SkipAllBreakpointsAction.label"
+ tooltip="%SkipAllBreakpointsAction.tooltip"
icon="$nl$/icons/full/elcl16/skip_brkp.gif"
helpContextId="skip_all_breakpoints_action_context"
class="org.eclipse.debug.internal.ui.actions.breakpoints.SkipAllBreakpointsAction"

Back to the top