(#339) Added "New Grid Case Group" to the context menu of "Grid Models"

This commit is contained in:
Pål Hagen
2015-08-20 14:20:13 +02:00
parent fb6baee197
commit c5606a46aa
2 changed files with 8 additions and 10 deletions

View File

@@ -563,6 +563,7 @@ void RimProject::actionsBasedOnSelection(QMenu& contextMenu)
commandIds << "RicImportEclipseCaseFeature";
commandIds << "RicImportInputEclipseCaseFeature";
commandIds << "RicCreateGridCaseGroupFeature";
commandIds << "RicEclipseCaseNewGroupFeature";
}
else if (dynamic_cast<RimGeoMechView*>(uiItem))
{