Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarin Swanson2006-02-22 15:55:51 +0000
committerDarin Swanson2006-02-22 15:55:51 +0000
commitbfc840dea75541effc64c61f11c12579e72c7071 (patch)
tree3f07d15ac4d68fe4d871e830a1d2e6aaa8eebfe3 /org.eclipse.debug.ui/plugin.xml
parent210fa4738f66cb0b4b3b3ba9f7cbfb2c6428d990 (diff)
downloadeclipse.platform.debug-bfc840dea75541effc64c61f11c12579e72c7071.tar.gz
eclipse.platform.debug-bfc840dea75541effc64c61f11c12579e72c7071.tar.xz
eclipse.platform.debug-bfc840dea75541effc64c61f11c12579e72c7071.zip
Bug 128494 - Organize manifests
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 6c8d14442..acf2200f0 100644
--- a/org.eclipse.debug.ui/plugin.xml
+++ b/org.eclipse.debug.ui/plugin.xml
@@ -832,11 +832,11 @@
helpContextId="PinMemoryBlockAction_context"
icon="$nl$/icons/full/elcl16/pin.gif"
id="org.eclipse.debug.ui.PinMemoryBlockAction"
- label="%PinMemoryBlockAction.label "
+ label="%PinMemoryBlockAction.label"
state="true"
style="toggle"
toolbarPath="additions"
- tooltip="%PinMemoryBlockAction.label "/>
+ tooltip="%PinMemoryBlockAction.label"/>
<action
class="org.eclipse.debug.internal.ui.views.memory.NewMemoryViewAction"
helpContextId="NewMemoryViewAction_context"
@@ -2251,7 +2251,7 @@ M4 = Platform-specific fourth key
</context>
<context
name="%Context.memoryview.name"
- description="%Context.memoryview.description "
+ description="%Context.memoryview.description"
id="org.eclipse.debug.ui.memoryview"
parentId="org.eclipse.ui.contexts.window">
</context>

Back to the top