Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMike Rennie2012-02-29 21:11:52 +0000
committerMike Rennie2012-02-29 21:11:52 +0000
commit3d89e94ffcffc2d71c03a1001b7baab6de614635 (patch)
tree0b4a18d3624823d5930593bd78b7025b4d694aaf /org.eclipse.debug.ui/plugin.xml
parent60c03cad75d982c086bd66d4800ac4ad1559f54a (diff)
downloadeclipse.platform.debug-3d89e94ffcffc2d71c03a1001b7baab6de614635.tar.gz
eclipse.platform.debug-3d89e94ffcffc2d71c03a1001b7baab6de614635.tar.xz
eclipse.platform.debug-3d89e94ffcffc2d71c03a1001b7baab6de614635.zip
Bug 337791 - [menu] Command name Debug/Run Last Launched not accurate
Diffstat (limited to 'org.eclipse.debug.ui/plugin.xml')
-rw-r--r--org.eclipse.debug.ui/plugin.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/org.eclipse.debug.ui/plugin.xml b/org.eclipse.debug.ui/plugin.xml
index 3bf72ef9e..6b71457e4 100644
--- a/org.eclipse.debug.ui/plugin.xml
+++ b/org.eclipse.debug.ui/plugin.xml
@@ -466,7 +466,7 @@
disabledIcon="$nl$/icons/full/dlcl16/debuglast_co.gif"
icon="$nl$/icons/full/elcl16/debuglast_co.gif"
helpContextId="debug_last_action_context"
- label="%DebugLastAction.label"
+ label="%ContextLaunchingDebugMenu.name"
menubarPath="org.eclipse.ui.run/relaunchGroup">
</action>
<action
@@ -477,7 +477,7 @@
disabledIcon="$nl$/icons/full/dlcl16/runlast_co.gif"
icon="$nl$/icons/full/elcl16/runlast_co.gif"
helpContextId="run_last_action_context"
- label="%RunLastAction.label"
+ label="%ContextLaunchingRunMenu.name"
menubarPath="org.eclipse.ui.run/relaunchGroup">
</action>
<action

Back to the top