Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kurtakov2008-11-07 20:16:59 +0000
committerAlexander Kurtakov2008-11-07 20:16:59 +0000
commit83028df4f3b299e50c83d2b0910c73fa6b47d9b0 (patch)
tree4bcb2b2120ef0ad8d2ddb072a5c59bb4dc45117e /changelog/org.eclipse.linuxtools.changelog.core/plugin.xml
parentf57021883af2b38f2e714618479456c8980cce59 (diff)
downloadorg.eclipse.linuxtools-83028df4f3b299e50c83d2b0910c73fa6b47d9b0.tar.gz
org.eclipse.linuxtools-83028df4f3b299e50c83d2b0910c73fa6b47d9b0.tar.xz
org.eclipse.linuxtools-83028df4f3b299e50c83d2b0910c73fa6b47d9b0.zip
Fix #179541.
Diffstat (limited to 'changelog/org.eclipse.linuxtools.changelog.core/plugin.xml')
-rw-r--r--changelog/org.eclipse.linuxtools.changelog.core/plugin.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog/org.eclipse.linuxtools.changelog.core/plugin.xml b/changelog/org.eclipse.linuxtools.changelog.core/plugin.xml
index 9a41ae28d7..40d3e6a1cb 100644
--- a/changelog/org.eclipse.linuxtools.changelog.core/plugin.xml
+++ b/changelog/org.eclipse.linuxtools.changelog.core/plugin.xml
@@ -111,6 +111,7 @@
point="org.eclipse.ui.editors">
<editor
class="org.eclipse.linuxtools.changelog.core.editors.ChangeLogEditor"
+ contributorClass="org.eclipse.ui.texteditor.BasicTextEditorActionContributor"
default="true"
filenames="ChangeLog"
icon="icons/file_obj.gif"

Back to the top