Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDani Megert2004-04-26 13:48:43 +0000
committerDani Megert2004-04-26 13:48:43 +0000
commit6f928378d793db3321786a50692f8463688cfe0e (patch)
tree7807c9713b42d391ac5f6ea6f7fb5970f5d08032 /org.eclipse.ui.workbench.texteditor/plugin.xml
parentad0a93d8373690c2db7b649a6087a82571ae1838 (diff)
downloadeclipse.platform.text-6f928378d793db3321786a50692f8463688cfe0e.tar.gz
eclipse.platform.text-6f928378d793db3321786a50692f8463688cfe0e.tar.xz
eclipse.platform.text-6f928378d793db3321786a50692f8463688cfe0e.zip
Fixed wrong spacing
Diffstat (limited to 'org.eclipse.ui.workbench.texteditor/plugin.xml')
-rw-r--r--org.eclipse.ui.workbench.texteditor/plugin.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.ui.workbench.texteditor/plugin.xml b/org.eclipse.ui.workbench.texteditor/plugin.xml
index 54e3a04623a..1fe6907b23b 100644
--- a/org.eclipse.ui.workbench.texteditor/plugin.xml
+++ b/org.eclipse.ui.workbench.texteditor/plugin.xml
@@ -408,7 +408,7 @@
category="org.eclipse.ui.category.window"
id="org.eclipse.ui.edit.text.toggleShowSelectedElementOnly">
</command>
- <command
+ <command
name="%command.contentAssistProposals.name"
description="%command.contentAssistProposals.description"
categoryId="org.eclipse.ui.category.edit"

Back to the top