From f1295b3df61ad7b3c7b36bbdf6452ee64b520a6a Mon Sep 17 00:00:00 2001 From: Gaute Lindkvist Date: Fri, 7 Sep 2018 10:57:59 +0200 Subject: [PATCH] #3327 Update TVD labels in plots to be TVDMSL --- ApplicationCode/ProjectDataModel/RimWellLogPlot.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ApplicationCode/ProjectDataModel/RimWellLogPlot.cpp b/ApplicationCode/ProjectDataModel/RimWellLogPlot.cpp index 494e10bfe5..4ad3139e0d 100644 --- a/ApplicationCode/ProjectDataModel/RimWellLogPlot.cpp +++ b/ApplicationCode/ProjectDataModel/RimWellLogPlot.cpp @@ -53,7 +53,7 @@ namespace caf { void caf::AppEnum< RimWellLogPlot::DepthTypeEnum >::setUp() { addItem(RimWellLogPlot::MEASURED_DEPTH, "MEASURED_DEPTH", "Measured Depth"); - addItem(RimWellLogPlot::TRUE_VERTICAL_DEPTH, "TRUE_VERTICAL_DEPTH", "True Vertical Depth"); + addItem(RimWellLogPlot::TRUE_VERTICAL_DEPTH, "TRUE_VERTICAL_DEPTH", "True Vertical Depth (MSL)"); addItem(RimWellLogPlot::PSEUDO_LENGTH, "PSEUDO_LENGTH", "Pseudo Length"); addItem(RimWellLogPlot::CONNECTION_NUMBER, "CONNECTION_NUMBER", "Connection Number"); setDefault(RimWellLogPlot::MEASURED_DEPTH); @@ -989,7 +989,7 @@ QString RimWellLogPlot::depthPlotTitle() const break; case TRUE_VERTICAL_DEPTH: - depthTitle = "TVD"; + depthTitle = "TVDMSL"; break; case PSEUDO_LENGTH: