Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Valenta2002-06-11 21:42:44 +0000
committerMichael Valenta2002-06-11 21:42:44 +0000
commit548e2210a70b5780169d1ba113e19fa390932d3b (patch)
tree987a416a850955430f13f32971fc4141e0f37435
parenta28e8f842b1176076129909845cd4e51358a8f7b (diff)
downloadeclipse.platform.team-548e2210a70b5780169d1ba113e19fa390932d3b.tar.gz
eclipse.platform.team-548e2210a70b5780169d1ba113e19fa390932d3b.tar.xz
eclipse.platform.team-548e2210a70b5780169d1ba113e19fa390932d3b.zip
Fixed missing quote
-rw-r--r--bundles/org.eclipse.team.cvs.ui/plugin.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/bundles/org.eclipse.team.cvs.ui/plugin.xml b/bundles/org.eclipse.team.cvs.ui/plugin.xml
index 9969cae21..79730d416 100644
--- a/bundles/org.eclipse.team.cvs.ui/plugin.xml
+++ b/bundles/org.eclipse.team.cvs.ui/plugin.xml
@@ -248,7 +248,7 @@
label="%Synchronize.label"
tooltip="%Synchronize.tooltip"
class="org.eclipse.team.internal.ccvs.ui.actions.SyncAction"
- menubarPath="team.main/group1
+ menubarPath="team.main/group1"
helpContextId="org.eclipse.team.cvs.ui.team_synchronize_action_context"
id="org.eclipse.team.ccvs.ui.sync">
</action>

Back to the top