Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPawel Piech2012-03-30 22:32:55 +0000
committerPawel Piech2012-03-30 22:32:55 +0000
commit895fcfdf948e3c31a7bb2fc4aa2e1e6671d780e0 (patch)
tree2dbd8c94868b85655c762d6ac585d07c01751441
parentbd5cd1841d8caa62073eff08a0eab7fafcc0d0d9 (diff)
downloadeclipse.platform.debug-895fcfdf948e3c31a7bb2fc4aa2e1e6671d780e0.tar.gz
eclipse.platform.debug-895fcfdf948e3c31a7bb2fc4aa2e1e6671d780e0.tar.xz
eclipse.platform.debug-895fcfdf948e3c31a7bb2fc4aa2e1e6671d780e0.zip
Bug 331650 - [menu] Duplicate mnemonic keys in Run menu
Removed mnemonic for "Skip All Breakpoints".
-rw-r--r--org.eclipse.debug.ui/plugin.properties2
-rw-r--r--org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/actions/ActionMessages.properties2
2 files changed, 2 insertions, 2 deletions
diff --git a/org.eclipse.debug.ui/plugin.properties b/org.eclipse.debug.ui/plugin.properties
index 9bf1cfeb0..6028b5d97 100644
--- a/org.eclipse.debug.ui/plugin.properties
+++ b/org.eclipse.debug.ui/plugin.properties
@@ -260,7 +260,7 @@ ActionDefinition.removeAllBreakpoints.description=Removes all breakpoints
ActionDefinition.skipAllBreakpoints.name=Skip All Breakpoints
ActionDefinition.skipAllBreakpoints.description=Sets whether or not any breakpoint should suspend execution
-SkipAllBreakpointsAction.label=&Skip All Breakpoints
+SkipAllBreakpointsAction.label=Skip All Breakpoints
SkipAllBreakpointsAction.tooltip=Skip All Breakpoints
editWatchExpressionAction.label=&Edit Watch Expression...
editWatchExpressionAction.tooltip=Edit the selected watch expression
diff --git a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/actions/ActionMessages.properties b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/actions/ActionMessages.properties
index 556b3c2b0..d416bf2b9 100644
--- a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/actions/ActionMessages.properties
+++ b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/actions/ActionMessages.properties
@@ -123,7 +123,7 @@ WatchExpressionDialogMenu_1=Copy
WatchExpressionDialogMenu_2=Paste
WatchAction_0=Error creating watch
WatchAction_1=An exception occurred while attempting to create watch item.
-SkipAllBreakpointsAction_0=&Skip All Breakpoints
+SkipAllBreakpointsAction_0=Skip All Breakpoints
SkipAllBreakpointsAction_2=Skip all breakpoints, whether they are enabled or not
DetailPaneAssignValueAction_1=Assign Value
DetailPaneAssignValueAction_2=Invalid Value

Back to the top