#815 More renaming CrossSection -> Intersection

This commit is contained in:
Jacob Støren
2016-09-21 11:44:28 +02:00
parent d549f45ad0
commit a9d1f52005
7 changed files with 41 additions and 41 deletions

View File

@@ -321,7 +321,7 @@ QStringList RimContextCommandBuilder::commandsFromSelection()
}
else if (dynamic_cast<RimEclipseWell*>(uiItem))
{
commandIds << "RicNewSimWellCrossSectionFeature";
commandIds << "RicNewSimWellIntersectionFeature";
}
else if(dynamic_cast<RimFormationNames*>(uiItem))
{