Backwards compatibility with Eclipse Luna & Mars
commit5e646d20c078cdc2988c0bf5956bb03ce773c71a
authorThomas Wolf <thomas.wolf@paranor.ch>
Mon, 5 Jun 2017 09:39:02 +0000 (5 11:39 +0200)
committerThomas Wolf <thomas.wolf@paranor.ch>
Mon, 5 Jun 2017 09:39:02 +0000 (5 11:39 +0200)
tree9b32530c378b5ac161d6d6fe01831530bb0a9383
parent74bb6176cf0128f1d7947afd92127407afc8381f
Backwards compatibility with Eclipse Luna & Mars

The MessageDialog varargs constructor exists only since
org.eclipse.jface 3.12 (Eclipse Neon). Use the older constructor
so that EGit also works on Eclipse Luna and Mars.

Bug: 517806
Change-Id: I9418db8fc726c895e9a86a64afad7674e07b5889
Signed-off-by: Thomas Wolf <thomas.wolf@paranor.ch>
org.eclipse.egit.ui/src/org/eclipse/egit/ui/internal/actions/DiscardChangesActionHandler.java
org.eclipse.egit.ui/src/org/eclipse/egit/ui/internal/dialogs/CommandConfirmation.java
org.eclipse.egit.ui/src/org/eclipse/egit/ui/internal/preferences/StorageSizeFieldEditor.java