#815 More renaming CrossSection -> Intersection

This commit is contained in:
Jacob Støren
2016-09-21 11:38:37 +02:00
parent 73057cdcdc
commit d549f45ad0
5 changed files with 21 additions and 21 deletions

View File

@@ -213,7 +213,7 @@ QStringList RimContextCommandBuilder::commandsFromSelection()
{
commandIds << "RicNewWellLogFileCurveFeature";
commandIds << "RicNewWellLogCurveExtractionFeature";
commandIds << "RicNewWellPathCrossSectionFeature";
commandIds << "RicNewWellPathIntersectionFeature";
commandIds << "RicWellPathDeleteFeature";
}
else if (dynamic_cast<RimCalcScript*>(uiItem))