]> SALOME platform Git repositories - modules/med.git/blobdiff - src/MEDCalc/gui/ProcessingController.cxx
Salome HOME
Add help panel
[modules/med.git] / src / MEDCalc / gui / ProcessingController.cxx
index b03d414cc9935cbd63d8b0e06774eb3c1d69dd8c..7b52bb86b2ded534f6cb0b0cea5dd5be82f3be35 100644 (file)
@@ -73,7 +73,8 @@ ProcessingController::createActions()
 
   label   = tr("LAB_PROCESSING_INTERPOLATE_FIELD");
   icon = tr("ICO_PROCESSING_INTERPOLATE_FIELD");
-  actionId = _salomeModule->createStandardAction(label,this, SLOT(OnInterpolateField()),icon,label);
+  actionId = _salomeModule->createStandardAction(label, this, SLOT(OnInterpolateField()),
+                                                 icon, label, FIELDSOp::OpProcessingInterpolation);
   _salomeModule->createTool(actionId, processingToolbarId);
   _salomeModule->action(actionId)->setIconVisibleInMenu(true);
   _salomeModule->createMenu(actionId, processingMenuId);