Bug 562813 - Delete Mark MInput and MInputPart

Change-Id: I23877262e715e833afd7e50bc984a3d44edb07cd
Signed-off-by: Ed Merks <ed.merks@gmail.com>
diff --git a/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/FindParentReferenceElementDialog.java b/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/FindParentReferenceElementDialog.java
index 79dd02d..81095d4 100644
--- a/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/FindParentReferenceElementDialog.java
+++ b/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/FindParentReferenceElementDialog.java
@@ -286,7 +286,7 @@
 				for (EClass c : p.getAllClasses()) {
 					// Fix 530772 : as far as MInput is still in Application meta model, it should
 					// removed manually ! (see also 509868)
-					if (Util.canBeExtendedInAFragment(c) && !"InputPart".equals(c.getName())) { //$NON-NLS-1$
+					if (Util.canBeExtendedInAFragment(c)) {
 						extendableClasses.add(c);
 					}
 				}