From bd5671d1ea0b9426eaca65c169424980a47d3a51 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Erik=20Jensen?= Date: Fri, 27 Oct 2017 09:17:05 +0200 Subject: [PATCH] #2047 PLT plot. Fix plot title --- ApplicationCode/ProjectDataModel/Flow/RimWellPltPlot.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ApplicationCode/ProjectDataModel/Flow/RimWellPltPlot.cpp b/ApplicationCode/ProjectDataModel/Flow/RimWellPltPlot.cpp index 66b0f9ebc6..1a2ae5176c 100644 --- a/ApplicationCode/ProjectDataModel/Flow/RimWellPltPlot.cpp +++ b/ApplicationCode/ProjectDataModel/Flow/RimWellPltPlot.cpp @@ -82,7 +82,7 @@ const std::set RimWellPltPlot::FLOW_DATA_NAMES = { GAS_CHANNEL_NAME, WATER_CHANNEL_NAME, TOTAL_CHANNEL_NAME }; -const char RimWellPltPlot::PLOT_NAME_QFORMAT_STRING[] = "RFT: %1"; +const char RimWellPltPlot::PLOT_NAME_QFORMAT_STRING[] = "PLT: %1"; //-------------------------------------------------------------------------------------------------- /// @@ -91,7 +91,7 @@ RimWellPltPlot::RimWellPltPlot() { CAF_PDM_InitObject("Well Allocation Plot", ":/WellAllocPlot16x16.png", "", ""); - CAF_PDM_InitField(&m_userName, "PlotDescription", QString("RFT Plot"), "Name", "", "", ""); + CAF_PDM_InitField(&m_userName, "PlotDescription", QString("PLT Plot"), "Name", "", "", ""); m_userName.uiCapability()->setUiReadOnly(true); CAF_PDM_InitField(&m_showPlotTitle, "ShowPlotTitle", true, "Show Plot Title", "", "", "");