#3174 Pasted summary data. Use full address text as curve name

This commit is contained in:
Bjørn Erik Jensen
2018-07-10 13:57:22 +02:00
parent 532cbe01e9
commit 238f5f83de

View File

@@ -922,7 +922,7 @@ bool RifEclipseUserDataParserTools::isScalingText(const std::string& word)
//-------------------------------------------------------------------------------------------------- //--------------------------------------------------------------------------------------------------
std::string Column::columnName() const std::string Column::columnName() const
{ {
return summaryAddress.quantityName(); return summaryAddress.uiText();
} }
//-------------------------------------------------------------------------------------------------- //--------------------------------------------------------------------------------------------------