Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Valenta2003-04-24 13:36:31 +0000
committerMichael Valenta2003-04-24 13:36:31 +0000
commit9bda96268d9b38ef11fbf4718b633545b839f77e (patch)
tree3ad81dfdf0536e536acf857ffb2dc87177dd1e35
parentf02ffbbcd13fbf2be3dd75bb1d856e8400472c0e (diff)
downloadeclipse.platform.team-9bda96268d9b38ef11fbf4718b633545b839f77e.tar.gz
eclipse.platform.team-9bda96268d9b38ef11fbf4718b633545b839f77e.tar.xz
eclipse.platform.team-9bda96268d9b38ef11fbf4718b633545b839f77e.zip
36185: [CVS Repo View] inconsistent folder and module context menus.
-rw-r--r--bundles/org.eclipse.team.cvs.ui/plugin.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/bundles/org.eclipse.team.cvs.ui/plugin.xml b/bundles/org.eclipse.team.cvs.ui/plugin.xml
index 73e7355ce..f99713012 100644
--- a/bundles/org.eclipse.team.cvs.ui/plugin.xml
+++ b/bundles/org.eclipse.team.cvs.ui/plugin.xml
@@ -441,6 +441,7 @@
label="%CheckoutAction.label"
tooltip="%CheckoutAction.tooltip"
class="org.eclipse.team.internal.ccvs.ui.actions.CheckoutAction"
+ menubarPath="checkoutGroup"
helpContextId="org.eclipse.team.cvs.ui.checkout_module_action_context"
id="org.eclipse.team.ccvs.ui.checkout">
</action>

Back to the top