#2360 Elm Props: Correct UI text

This commit is contained in:
Rebecca Cox
2018-01-10 16:32:59 +01:00
parent 5751acf2b9
commit 81a7fb204d
4 changed files with 10 additions and 2 deletions

View File

@@ -311,6 +311,7 @@ void RimGeoMechPropertyFilter::updateFilterName()
case RIG_NODAL: posName = "N"; break;
case RIG_ELEMENT_NODAL: posName = "EN"; break;
case RIG_INTEGRATION_POINT: posName = "IP"; break;
case RIG_ELEMENT: posName = "E"; break;
}
QString fieldUiName = resultDefinition->resultFieldUiName();