Remove superfluous "To Auto Name" from water depth auto tag setting for well log plots.

* It was the only tag having that extra string.
This commit is contained in:
Gaute Lindkvist 2018-09-18 08:23:28 +02:00
parent 3a6bfacf61
commit d9ba4090df

View File

@ -37,7 +37,7 @@ RimWellLogPlotNameConfig::RimWellLogPlotNameConfig(const RimNameConfigHolderInte
CAF_PDM_InitField(&m_addWellName, "AddWellName", false, "Add Well Name", "", "", "");
CAF_PDM_InitField(&m_addTimestep, "AddTimeStep", false, "Add Time Step", "", "", "");
CAF_PDM_InitField(&m_addAirGap, "AddAirGap", false, "Add Air Gap", "", "", "");
CAF_PDM_InitField(&m_addWaterDepth, "AddWaterDepth", false, "Add Water Depth To Auto Name", "", "", "");
CAF_PDM_InitField(&m_addWaterDepth, "AddWaterDepth", false, "Add Water Depth", "", "", "");
m_customName = "Well Log Plot";
}