#3275 Rename Common Data Source -> Data Source

This commit is contained in:
Gaute Lindkvist
2018-08-24 10:40:38 +02:00
parent 0ccbd4e153
commit 4dcbf6e918
3 changed files with 4 additions and 4 deletions

View File

@@ -84,7 +84,7 @@ RimWellLogPlot::RimWellLogPlot()
CAF_PDM_InitField(&m_userName_OBSOLETE, "PlotDescription", QString(""),"Name", "", "", "");
m_userName_OBSOLETE.xmlCapability()->setIOWritable(false);
CAF_PDM_InitFieldNoDefault(&m_commonDataSource, "CommonDataSource", "Common Data Source", "", "Change the Data Source of All Curves in the Plot", "");
CAF_PDM_InitFieldNoDefault(&m_commonDataSource, "CommonDataSource", "Data Source", "", "Change the Data Source of All Curves in the Plot", "");
m_commonDataSource = new RimWellLogCurveCommonDataSource;
m_commonDataSource.uiCapability()->setUiTreeHidden(true);
m_commonDataSource.uiCapability()->setUiTreeChildrenHidden(true);