#1092 - pre-proto - Renaming RicExportFractureWellCompletionFeature to RicExportSimWellFractureWellCompletionFeature

This commit is contained in:
astridkbjorke
2017-01-11 09:39:30 +01:00
parent 9f82319a86
commit 2817e0d34d
4 changed files with 9 additions and 9 deletions

View File

@@ -346,7 +346,7 @@ QStringList RimContextCommandBuilder::commandsFromSelection()
}
else if (dynamic_cast<RimEclipseWellCollection*>(uiItem))
{
commandIds << "RicExportFractureWellCompletionFeature";
commandIds << "RicExportSimWellFractureWellCompletionFeature";
}
else if(dynamic_cast<RimFormationNames*>(uiItem))
{