Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobin Stocker2013-12-12 12:55:21 +0000
committerRobin Stocker2013-12-12 12:55:47 +0000
commita53b01598e5aca9e12d7a39d6e03b0e9caf1f8e7 (patch)
tree673db95b1b2eb065aa7d138949e6eb188aedc6f0 /org.eclipse.egit.ui/plugin.properties
parent08e00151d8f3e8b5d8ffc240ed46feef451f3b62 (diff)
downloadegit-a53b01598e5aca9e12d7a39d6e03b0e9caf1f8e7.tar.gz
egit-a53b01598e5aca9e12d7a39d6e03b0e9caf1f8e7.tar.xz
egit-a53b01598e5aca9e12d7a39d6e03b0e9caf1f8e7.zip
Revert "Improve order of menu entries in "Compare With" menu"
This reverts commit 286de3ec27a8bd10087e2002624b38be0762f303. Using the org.eclipse.ui.menus extension point instead of org.eclipse.ui.popupMenus triggers bug 422909 in Platform UI. The effect is that the editor context menu does not have the menu EGit entries. Bug: 422907 Change-Id: Icb0c11ac6b487658cbb3cf1a979cfef519498fde Signed-off-by: Robin Stocker <robin@nibor.org>
Diffstat (limited to 'org.eclipse.egit.ui/plugin.properties')
-rw-r--r--org.eclipse.egit.ui/plugin.properties3
1 files changed, 0 insertions, 3 deletions
diff --git a/org.eclipse.egit.ui/plugin.properties b/org.eclipse.egit.ui/plugin.properties
index c82581113f..4e4b6c398a 100644
--- a/org.eclipse.egit.ui/plugin.properties
+++ b/org.eclipse.egit.ui/plugin.properties
@@ -226,8 +226,6 @@ CommitCommand.name = Commit...
CompareWithHeadCommand.name = Compare with HEAD Revision
CompareIndexWithHeadCommand.name = Compare File in Git Index with HEAD Revision
CompareWithIndexCommand.name = Compare with Git Index
-CompareWithRefCommand.name = Compare with Branch, Tag, or Reference...
-CompareWithCommitCommand.name = Compare with Commit...
ReplaceWithIndexCommand.name = Replace with File in Git Index
ReplaceWithHeadCommand.name = Replace with HEAD revision
ReplaceWithCommitCommand.name = Replace with commit
@@ -287,7 +285,6 @@ CreatePatchAction.label = Crea&te Patch...
CreatePatchAction.tooltip = Compare your working directory contents with the index and generate a diff file that can be used as a patch file.
TreeCompareView.name = Git Tree Compare
TeamMenu.label = T&eam
-CompareWithMenu.label = Comp&are With
RebaseCommand.label = Rebase
PushToUpstreamCommand.label = Push to Upstream
FetchFromUpstreamCommand.label = Fetch from Upstream

Back to the top