Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCurtis Windatt2013-04-17 15:27:49 +0000
committerCurtis Windatt2013-04-17 15:27:49 +0000
commita008c4628f1100d3662777c79ffd811d9891c287 (patch)
tree40a19e55419c21ba10876d2bf40aeaaf78213a1b /org.eclipse.debug.ui
parent71c871d333b8f5267ca95c09d36585be2816daff (diff)
downloadeclipse.platform.debug-a008c4628f1100d3662777c79ffd811d9891c287.tar.gz
eclipse.platform.debug-a008c4628f1100d3662777c79ffd811d9891c287.tar.xz
eclipse.platform.debug-a008c4628f1100d3662777c79ffd811d9891c287.zip
Bug 405864 - Quick access shows command "Wa&tch - Create a ..."
Diffstat (limited to 'org.eclipse.debug.ui')
-rw-r--r--org.eclipse.debug.ui/plugin.properties3
-rw-r--r--org.eclipse.debug.ui/plugin.xml4
2 files changed, 4 insertions, 3 deletions
diff --git a/org.eclipse.debug.ui/plugin.properties b/org.eclipse.debug.ui/plugin.properties
index 5b40f4e70..70a9f4d68 100644
--- a/org.eclipse.debug.ui/plugin.properties
+++ b/org.eclipse.debug.ui/plugin.properties
@@ -1,5 +1,5 @@
###############################################################################
-# Copyright (c) 2000, 2012 IBM Corporation and others.
+# Copyright (c) 2000, 2013 IBM Corporation and others.
# All rights reserved. This program and the accompanying materials
# are made available under the terms of the Eclipse Public License v1.0
# which accompanies this distribution, and is available at
@@ -273,6 +273,7 @@ addWatchExpressionAction.tooltip=Create a new watch expression
convertToWatchExpressionAction.label=Convert to &Watch Expression
convertToWatchExpressionAction.tooltip=Convert an inspect expression to a watch expression
Watch.label=Wa&tch
+Watch.name=Watch
Watch.description=Create a watch expression from the current selection and add it to the Expressions view
enableWatchExpressionAction.label=Enable
diff --git a/org.eclipse.debug.ui/plugin.xml b/org.eclipse.debug.ui/plugin.xml
index a12aa77e1..440375b85 100644
--- a/org.eclipse.debug.ui/plugin.xml
+++ b/org.eclipse.debug.ui/plugin.xml
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.0"?>
<!--
- Copyright (c) 2005, 2012 IBM Corporation and others.
+ Copyright (c) 2005, 2013 IBM Corporation and others.
All rights reserved. This program and the accompanying materials
are made available under the terms of the Eclipse Public License v1.0
which accompanies this distribution, and is available at
@@ -1752,7 +1752,7 @@ M4 = Platform-specific fourth key
defaultHandler="org.eclipse.debug.internal.ui.actions.expressions.WatchHandler"
description="%Watch.description"
id="org.eclipse.debug.ui.actions.WatchCommand"
- name="%Watch.label">
+ name="%Watch.name">
</command>
<command
name="%ActionDefinition.toggleStepFilters.name"

Back to the top