Renaming of features

This commit is contained in:
Magne Sjaastad
2022-08-18 08:09:05 +02:00
parent 9d5a4e7939
commit e7292a1ff3
5 changed files with 11 additions and 11 deletions

View File

@@ -1074,7 +1074,7 @@ caf::CmdFeatureMenuBuilder RimContextCommandBuilder::commandsFromSelection()
}
else if ( dynamic_cast<RimRftCase*>( firstUiItem ) )
{
menuBuilder << "RicNewRftWellLogCurveFeature";
menuBuilder << "RicNewRftWellLogPlotFeature";
menuBuilder << "RicNewRftSegmentWellLogPlotFeature";
}