#771 Changed names in the Plot Curve Curve Filter proximity

This commit is contained in:
Jacob Støren
2016-06-20 17:55:11 +02:00
parent 53e5562738
commit c510a57566
4 changed files with 16 additions and 16 deletions

View File

@@ -58,7 +58,7 @@ void RicNewSummaryPlotFeature::onActionTriggered(bool isChecked)
RimSummaryPlot* plot = new RimSummaryPlot();
summaryPlotColl->m_summaryPlots().push_back(plot);
plot->setDescription(QString("Well Log Plot %1").arg(summaryPlotColl->m_summaryPlots.size()));
plot->setDescription(QString("Summary Plot %1").arg(summaryPlotColl->m_summaryPlots.size()));
summaryPlotColl->updateConnectedEditors();
plot->loadDataAndUpdate();