mgr->setRule( action( GAUSS_DISPLAY_ONLY_PRS ),
aRule, true );
- createAction( GAUSS_RENAME_CONFIGURATION, tr("MEN_RENAME"), QIconSet(),
- tr("MEN_RENAME"), "", 0, this, false,
+ createAction( GAUSS_RENAME_CONFIGURATION, VisuGUI::tr("MEN_RENAME"), QIconSet(),
+ VisuGUI::tr("MEN_RENAME"), "", 0, this, false,
this, SLOT(OnRename()));
mgr->insert( action( GAUSS_RENAME_CONFIGURATION ), -1, -1, -1 );
mgr->setRule( action( GAUSS_RENAME_CONFIGURATION ), "selcount=1 and type='VISU::TGAUSSVIEW'", true );
SVTK_Selector* aSelector = aViewWindow->GetSelector();
aSelector->SetSelectionMode(aSelectionMode);
+ SetGaussPointsSelection(this,aViewWindow,aCStudy,aSObject);
+
std::string aSegmentationMode;
if(VVTK_MainWindow1* aMainWindow = aViewWindow->getMainWindow1()){
aMainWindow->SetPlanesSegementation(false);