From 8f0d081612743fae0d129bffab6fda63a51b8178 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Tor=20Arne=20Vestb=C3=B8?= Date: Fri, 15 Aug 2008 00:07:21 +0200 Subject: [PATCH] Fix invalid menubar and toolbar entries in plugin.xml MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit The default toolbar is identified by the path 'Normal', and we use the default group, named by 'additions'. Also, renamed the action set label to be consistent with what the other platform plugins do (no 'actions' postfix). Finally we disable the action set by default. Signed-off-by: Tor Arne Vestbø Signed-off-by: Robin Rosenberg --- org.spearce.egit.ui/plugin.properties | 2 +- org.spearce.egit.ui/plugin.xml | 23 +++++++++++++---------- 2 files changed, 14 insertions(+), 11 deletions(-) diff --git a/org.spearce.egit.ui/plugin.properties b/org.spearce.egit.ui/plugin.properties index 3240ec0c..ce3b0584 100644 --- a/org.spearce.egit.ui/plugin.properties +++ b/org.spearce.egit.ui/plugin.properties @@ -41,7 +41,7 @@ ResetAction_tooltip=Reset the current branch to the same or another commit BranchAction_label=&Branch... BranchAction_tooltip=Switch to another branch -GitActions_label=Git actions +GitActions_label=Git GitMenu_label=&Git diff --git a/org.spearce.egit.ui/plugin.xml b/org.spearce.egit.ui/plugin.xml index b8093008..0b59a6ed 100644 --- a/org.spearce.egit.ui/plugin.xml +++ b/org.spearce.egit.ui/plugin.xml @@ -241,13 +241,16 @@ description="Common things to do with Git" id="org.spearce.egit.ui.gitaction" label="%GitActions_label" - visible="true" + visible="false" > + + -- 2.11.4.GIT