mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#3489 Fix legend text for flow diagnostics.
This commit is contained in:
@@ -794,7 +794,7 @@ QString RimWellLogExtractionCurve::wellLogChannelName() const
|
||||
QString name;
|
||||
if (eclipseCase)
|
||||
{
|
||||
name = caf::Utils::makeValidFileBasename( m_eclipseResultDefinition->resultVariableUiName());
|
||||
name = caf::Utils::makeValidFileBasename( m_eclipseResultDefinition->resultVariableUiShortName());
|
||||
}
|
||||
else if (geoMechCase)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user