Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Wolf2019-03-14 07:50:00 +0000
committerThomas Wolf2019-03-21 18:13:41 +0000
commitd5bcdd4b06eb5f8d5b2832bc9d12036f9f93c19e (patch)
treef5637b82f7a6bade8539cf7d6b9e3010e2d79124 /org.eclipse.egit.ui/plugin.properties
parent97c96f88eee2178d5205cb27d6a08c6a74683cb6 (diff)
downloadegit-d5bcdd4b06eb5f8d5b2832bc9d12036f9f93c19e.tar.gz
egit-d5bcdd4b06eb5f8d5b2832bc9d12036f9f93c19e.tar.xz
egit-d5bcdd4b06eb5f8d5b2832bc9d12036f9f93c19e.zip
Unify "Checkout" commands
Use the same command ID for all the different handlers and ensure no two of these handlers are active at the same time. Bug: 545031 Change-Id: If5c7a52d919f19a0442dcb06800602f99bd6684c Signed-off-by: Thomas Wolf <thomas.wolf@paranor.ch>
Diffstat (limited to 'org.eclipse.egit.ui/plugin.properties')
-rw-r--r--org.eclipse.egit.ui/plugin.properties1
1 files changed, 0 insertions, 1 deletions
diff --git a/org.eclipse.egit.ui/plugin.properties b/org.eclipse.egit.ui/plugin.properties
index c8765bc9d6..356c7ce7a3 100644
--- a/org.eclipse.egit.ui/plugin.properties
+++ b/org.eclipse.egit.ui/plugin.properties
@@ -281,7 +281,6 @@ TagCommand.name = Create Tag...
ShowInHistoryCommand.name = Show in History
ShowRepoViewCommand.name = Show Git Repositories View
ApplyPatchCommand.name = Apply Patch
-CheckoutCommand.name = Check Out
ChangeSetModel.name = Git Commits
RepoViewDeleteRepository.label = &Delete Repository...
DeleteRepositoryCommand.name = Delete Repository

Back to the top