Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorspingel2009-02-09 23:07:09 +0000
committerspingel2009-02-09 23:07:09 +0000
commit1e928bfa6436ac95f62e882a199fad7d2f87e131 (patch)
tree36b23ff0c0d96bc16907f176323fef1d9a259ada /org.eclipse.mylyn.tasks.ui/plugin.xml
parentb3863eead25cfbe4132baa6679436c8798c4a890 (diff)
downloadorg.eclipse.mylyn.tasks-1e928bfa6436ac95f62e882a199fad7d2f87e131.tar.gz
org.eclipse.mylyn.tasks-1e928bfa6436ac95f62e882a199fad7d2f87e131.tar.xz
org.eclipse.mylyn.tasks-1e928bfa6436ac95f62e882a199fad7d2f87e131.zip
RESOLVED - bug 264078: String %commands.ViewSourceHandler is displayed in the Keys page of the preferences dialog
https://bugs.eclipse.org/bugs/show_bug.cgi?id=264078
Diffstat (limited to 'org.eclipse.mylyn.tasks.ui/plugin.xml')
-rw-r--r--org.eclipse.mylyn.tasks.ui/plugin.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.mylyn.tasks.ui/plugin.xml b/org.eclipse.mylyn.tasks.ui/plugin.xml
index e8e472a71..83ecb0d3f 100644
--- a/org.eclipse.mylyn.tasks.ui/plugin.xml
+++ b/org.eclipse.mylyn.tasks.ui/plugin.xml
@@ -1792,7 +1792,7 @@
categoryId="org.eclipse.mylyn.tasks.ui.commands"
defaultHandler="org.eclipse.mylyn.internal.tasks.ui.commands.ViewSourceHandler"
id="org.eclipse.mylyn.sandbox.ui.viewSource.command"
- name="%commands.ViewSourceHandler">
+ name="%commands.ViewSourceHandler.name">
</command>
</extension>
<extension

Back to the top