#815 More renaming CrossSection -> Intersection

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

View File

@@ -301,11 +301,11 @@ QStringList RimContextCommandBuilder::commandsFromSelection()
}
else if (dynamic_cast<RimIntersectionCollection*>(uiItem))
{
commandIds << "RicAppendCrossSectionFeature";
commandIds << "RicAppendIntersectionFeature";
}
else if (dynamic_cast<RimIntersection*>(uiItem))
{
commandIds << "RicAppendCrossSectionFeature";
commandIds << "RicAppendIntersectionFeature";
commandIds << "Separator";
commandIds << "RicDeleteItemFeature";
}