mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Renamed files
This commit is contained in:
@@ -602,8 +602,8 @@ void RimProject::actionsBasedOnSelection(std::vector<QAction*>& actions)
|
||||
}
|
||||
else if (dynamic_cast<RimWellPathCollection*>(uiItem))
|
||||
{
|
||||
actions.push_back(commandManager->action("RicImportWellPathsSsihubFeature"));
|
||||
actions.push_back(commandManager->action("RicImportWellPathsFileFeature"));
|
||||
actions.push_back(commandManager->action("RicWellPathsImportSsihubFeature"));
|
||||
actions.push_back(commandManager->action("RicWellPathsImportFileFeature"));
|
||||
actions.push_back(commandManager->action("RicWellPathsDeleteAllFeature"));
|
||||
}
|
||||
else if (dynamic_cast<RimWellPath*>(uiItem))
|
||||
|
||||
Reference in New Issue
Block a user