{
if (checkLock(GetStudyDocument())) break;
- Engines::Component_var aMedComp = GetDesktop()->getEngine("FactoryServer", "Med");
+ Engines::Component_var aMedComp = GetDesktop()->getEngine("FactoryServer", "MED");
if (CORBA::is_nil(aMedComp)) return false;
Engines::Med_Gen_var aMedGen = Engines::Med_Gen::_narrow(aMedComp);
if (CORBA::is_nil(aMedGen)) return false;
break;
case VISU::TTIMESTAMP: {
int aNunComponent = VISU::Storable::FindValue(aMap,"myNumComponent",&isExist).toInt();
- thePopup->insertItem(rmgr->loadPixmap( "VisuGUI", tr("ICON_SCALAR_MAP") ),
+ thePopup->insertItem(rmgr->loadPixmap( "VISU", tr("ICON_SCALAR_MAP") ),
"Scalar Map...", visuGUI, SLOT(CreateScalarMap()));
- thePopup->insertItem(rmgr->loadPixmap( "VisuGUI", tr("ICON_ISO_SURFACES") ),
+ thePopup->insertItem(rmgr->loadPixmap( "VISU", tr("ICON_ISO_SURFACES") ),
"Iso Surfaces...", visuGUI, SLOT(CreateIsoSurfaces()));
- thePopup->insertItem(rmgr->loadPixmap( "VisuGUI", tr("ICON_CUT_PLANES") ),
+ thePopup->insertItem(rmgr->loadPixmap( "VISU", tr("ICON_CUT_PLANES") ),
"Cut Planes...", visuGUI, SLOT(CreateCutPlanes()));
- thePopup->insertItem(rmgr->loadPixmap( "VisuGUI", tr("ICON_CUT_LINES") ),
+ thePopup->insertItem(rmgr->loadPixmap( "VISU", tr("ICON_CUT_LINES") ),
"Cut Lines...", visuGUI, SLOT(CreateCutLines()));
if(aNunComponent > 1){
- thePopup->insertItem(rmgr->loadPixmap( "VisuGUI", tr("ICON_DEFORMED_SHAPE") ),
+ thePopup->insertItem(rmgr->loadPixmap( "VISU", tr("ICON_DEFORMED_SHAPE") ),
"Deformed Shape...", visuGUI, SLOT(CreateDeformedShape()));
- thePopup->insertItem(rmgr->loadPixmap( "VisuGUI", tr("ICON_VECTORS") ),
+ thePopup->insertItem(rmgr->loadPixmap( "VISU", tr("ICON_VECTORS") ),
"Vectors...", visuGUI, SLOT(CreateVectors()));
- thePopup->insertItem(rmgr->loadPixmap( "VisuGUI", tr("ICON_STREAM_LINES") ),
+ thePopup->insertItem(rmgr->loadPixmap( "VISU", tr("ICON_STREAM_LINES") ),
"Stream lines...", visuGUI, SLOT(CreateStreamLines()));
}
break;