Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjphillips2009-02-17 15:33:15 +0000
committerjphillips2009-02-17 15:33:15 +0000
commit5310ea5dabfd9eb7e623c302498c0f7f7b609995 (patch)
tree07ee9475eb9167745ceafdde58f78865a0c6c82e
parent8603705ec2cb2188ce4c48d21365b35e0cf4bfa7 (diff)
downloadorg.eclipse.osee-5310ea5dabfd9eb7e623c302498c0f7f7b609995.tar.gz
org.eclipse.osee-5310ea5dabfd9eb7e623c302498c0f7f7b609995.tar.xz
org.eclipse.osee-5310ea5dabfd9eb7e623c302498c0f7f7b609995.zip
-rw-r--r--org.eclipse.osee.framework.ui.skynet/plugin.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.osee.framework.ui.skynet/plugin.xml b/org.eclipse.osee.framework.ui.skynet/plugin.xml
index 2612acd41ab..4caeb80ce0a 100644
--- a/org.eclipse.osee.framework.ui.skynet/plugin.xml
+++ b/org.eclipse.osee.framework.ui.skynet/plugin.xml
@@ -1136,7 +1136,7 @@
</command>
</extension>
<extension name="The menus for the SearchResultsView." point="org.eclipse.ui.menus">
- <menuContribution locationURI="popup:org.eclipse.osee.framework.ui.skynet.ArtifactSearchView">
+ <menuContribution locationURI="popup:org.eclipse.search.ui.views.SearchView">
<command
commandId="org.eclipse.osee.framework.ui.skynet.open.command">
</command>

Back to the top