Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndre Weinand2003-01-27 16:57:18 +0000
committerAndre Weinand2003-01-27 16:57:18 +0000
commit17858e34eb0ed0ebc138a110dce0267718f62583 (patch)
treef232a4130eaf164abef89971bf946b75743ae2f8 /bundles/org.eclipse.compare/plugin.xml
parent2100a712c8a9fd96646c74d52e4f68402d5063b6 (diff)
downloadeclipse.platform.team-17858e34eb0ed0ebc138a110dce0267718f62583.tar.gz
eclipse.platform.team-17858e34eb0ed0ebc138a110dce0267718f62583.tar.xz
eclipse.platform.team-17858e34eb0ed0ebc138a110dce0267718f62583.zip
#29791v20030127
Diffstat (limited to 'bundles/org.eclipse.compare/plugin.xml')
-rw-r--r--bundles/org.eclipse.compare/plugin.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/bundles/org.eclipse.compare/plugin.xml b/bundles/org.eclipse.compare/plugin.xml
index df38c1a45..708904854 100644
--- a/bundles/org.eclipse.compare/plugin.xml
+++ b/bundles/org.eclipse.compare/plugin.xml
@@ -104,10 +104,11 @@
id="compareWithPatch"
label="%CompareWithPatchAction.label"
tooltip="%CompareWithPatchAction.tooltip"
- menubarPath="compareWithMenu/compareWithGroup"
+ menubarPath="team.main/group1"
enablesFor="1"
class="org.eclipse.compare.internal.patch.CompareWithPatchAction">
</action>
+
</objectContribution>
<objectContribution

Back to the top