Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSamantha Chan2005-11-24 21:44:46 +0000
committerSamantha Chan2005-11-24 21:44:46 +0000
commit0c11fa2a0e25a3468d77ab1a3dcd1f880cd8f96c (patch)
tree95777fbe31f267ba08ac5e097a4951a13afe8636 /org.eclipse.debug.ui/plugin.xml
parentf5cc22bea2a5b377cff931cf6870c353dd7d7623 (diff)
downloadeclipse.platform.debug-0c11fa2a0e25a3468d77ab1a3dcd1f880cd8f96c.tar.gz
eclipse.platform.debug-0c11fa2a0e25a3468d77ab1a3dcd1f880cd8f96c.tar.xz
eclipse.platform.debug-0c11fa2a0e25a3468d77ab1a3dcd1f880cd8f96c.zip
Bug 117720 - SelectAll and Copy actions not available in Registers View
Diffstat (limited to 'org.eclipse.debug.ui/plugin.xml')
-rw-r--r--org.eclipse.debug.ui/plugin.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/org.eclipse.debug.ui/plugin.xml b/org.eclipse.debug.ui/plugin.xml
index 760086192..4b5929195 100644
--- a/org.eclipse.debug.ui/plugin.xml
+++ b/org.eclipse.debug.ui/plugin.xml
@@ -1319,7 +1319,7 @@
</selection>
</action>
<action
- label="%CopyVariablesToClipboardAction.label"
+ label="%CopyExpressionsToClipboardAction.label"
icon="$nl$/icons/full/elcl16/copy_edit_co.gif"
definitionId="org.eclipse.ui.edit.copy"
helpContextId="copy_variables_to_clipboard_action_context"
@@ -1340,7 +1340,7 @@
</action>
</viewerContribution>
<viewerContribution
- targetID="org.eclipse.debug.ui.RegistersView"
+ targetID="org.eclipse.debug.ui.RegisterView"
id="org.eclipse.debug.ui.registersView.popupMenu">
<!-- Variable Group -->
<action
@@ -1348,7 +1348,7 @@
class="org.eclipse.debug.internal.ui.actions.variables.CopyVariablesToClipboardActionDelegate"
definitionId="org.eclipse.ui.edit.copy"
icon="$nl$/icons/full/elcl16/copy_edit_co.gif"
- label="%CopyVariablesToClipboardAction.label"
+ label="%CopyRegistersToClipboardAction.label"
id="org.eclipse.debug.ui.debugview.popupMenu.copyVariablesToClipboard"
helpContextId="copy_variables_to_clipboard_action_context">
<selection

Back to the top