]> SALOME platform Git repositories - modules/hydro.git/commitdiff
Salome HOME
Fixed crash on the context menu pupup.
authorouv <ouv@opencascade.com>
Fri, 9 Aug 2013 15:14:05 +0000 (15:14 +0000)
committerouv <ouv@opencascade.com>
Fri, 9 Aug 2013 15:14:05 +0000 (15:14 +0000)
src/HYDROGUI/HYDROGUI_DataObject.cxx

index ff11aa74112508dd6c2badb88f241313b956f977..fd4638a92a5a364fa12600ce21f4d510ced88fa6 100644 (file)
@@ -68,7 +68,8 @@ HYDROGUI_NamedObject::HYDROGUI_NamedObject( SUIT_DataObject* theParent,
 
 QString HYDROGUI_NamedObject::entry() const
 {
-  return LightApp_DataObject::entry();
+  //return LightApp_DataObject::entry();
+  return HYDROGUI_DataObject::entryPrefix() + name();
 }
 
 QString HYDROGUI_NamedObject::name() const