Fix confirm reset dialog
commit1dfba020dc665f4ef69f5a03d6f49b5c84fad33a
authorMatthias Sohn <matthias.sohn@sap.com>
Tue, 27 Sep 2016 07:54:17 +0000 (27 09:54 +0200)
committerMatthias Sohn <matthias.sohn@sap.com>
Tue, 27 Sep 2016 13:29:49 +0000 (27 15:29 +0200)
treedcaf04b8089100147646c56923b0d83c0be60c4b
parente0eacd69e0c5e74fc6ffb8363a5c17081c4614ab
Fix confirm reset dialog

- fix typo
- check if a running launch would be affected by reset --hard

Bug: 502215
Change-Id: Ibfa73aff7a9fef4f1d41375d23bfe60a79c3ed8b
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
org.eclipse.egit.ui/src/org/eclipse/egit/ui/internal/actions/ResetMenu.java
org.eclipse.egit.ui/src/org/eclipse/egit/ui/internal/dialogs/CommandConfirmation.java [new file with mode: 0644]
org.eclipse.egit.ui/src/org/eclipse/egit/ui/internal/dialogs/ResetTargetSelectionDialog.java