From aa15a1d83e2cc510aa64dc3f4302d8e788a0a573 Mon Sep 17 00:00:00 2001
From: Dongyue Mou <mou@fortiss.org>
Date: Wed, 28 Sep 2011 09:32:59 +0000
Subject: [PATCH] fixed plugin.xml

---
 org.fortiss.tooling.kernel.ui/trunk/plugin.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/org.fortiss.tooling.kernel.ui/trunk/plugin.xml b/org.fortiss.tooling.kernel.ui/trunk/plugin.xml
index 71dd7261b..bdd6d1346 100644
--- a/org.fortiss.tooling.kernel.ui/trunk/plugin.xml
+++ b/org.fortiss.tooling.kernel.ui/trunk/plugin.xml
@@ -46,7 +46,7 @@
          point="org.eclipse.ui.views.properties.tabbed.propertyContributor">
       <propertyContributor
             contributorId="org.fortiss.tooling.kernel.ui.properties.Contributor"
-            labelProvider="org.fortiss.tooling.kernel.ui.internal.views.NavigatorTreeLabelProvider"
+            labelProvider="org.fortiss.tooling.kernel.ui.util.ModelElementLabelProvider"
             typeMapper="org.conqat.ide.commons.gef.properties.EditPartTypeMapper">
          <propertyCategory
                category="main"></propertyCategory>
-- 
GitLab