#2080 WLP: Add text "LAS" in legend

This commit is contained in:
Rebecca Cox 2017-11-01 16:13:39 +01:00
parent 2a8cd9f499
commit 99e2fc3570

View File

@ -365,6 +365,7 @@ QString RimWellLogFileCurve::createCurveAutoName()
if (m_wellPath)
{
name.push_back(wellName());
name.push_back("LAS");
if (!m_wellLogChannnelName().isEmpty())
{