From f6e3dfffbdb06701c33ebf96b5c5f5c4e4eb2b3f Mon Sep 17 00:00:00 2001 From: Gaute Lindkvist Date: Fri, 5 Jun 2020 12:59:09 +0200 Subject: [PATCH] Use the name Correlation Tornado Plot --- .../CorrelationPlotCommands/RicNewCorrelationPlotFeature.cpp | 2 +- .../ProjectDataModel/CorrelationPlots/RimCorrelationPlot.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ApplicationCode/Commands/CorrelationPlotCommands/RicNewCorrelationPlotFeature.cpp b/ApplicationCode/Commands/CorrelationPlotCommands/RicNewCorrelationPlotFeature.cpp index 45f63fae6c..2b6d12e959 100644 --- a/ApplicationCode/Commands/CorrelationPlotCommands/RicNewCorrelationPlotFeature.cpp +++ b/ApplicationCode/Commands/CorrelationPlotCommands/RicNewCorrelationPlotFeature.cpp @@ -76,6 +76,6 @@ void RicNewCorrelationPlotFeature::onActionTriggered( bool isChecked ) //-------------------------------------------------------------------------------------------------- void RicNewCorrelationPlotFeature::setupActionLook( QAction* actionToSetup ) { - actionToSetup->setText( "New Correlation Plot" ); + actionToSetup->setText( "New Correlation Tornado Plot" ); actionToSetup->setIcon( QIcon( ":/AnalysisPlot16x16.png" ) ); } diff --git a/ApplicationCode/ProjectDataModel/CorrelationPlots/RimCorrelationPlot.cpp b/ApplicationCode/ProjectDataModel/CorrelationPlots/RimCorrelationPlot.cpp index 7857dd1482..f615d47037 100644 --- a/ApplicationCode/ProjectDataModel/CorrelationPlots/RimCorrelationPlot.cpp +++ b/ApplicationCode/ProjectDataModel/CorrelationPlots/RimCorrelationPlot.cpp @@ -66,7 +66,7 @@ CAF_PDM_SOURCE_INIT( RimCorrelationPlot, "CorrelationPlot" ); RimCorrelationPlot::RimCorrelationPlot() : RimAbstractCorrelationPlot() { - CAF_PDM_InitObject( "Correlation Plot", ":/CorrelationPlot16x16.png", "", "" ); + CAF_PDM_InitObject( "Correlation Tornado Plot", ":/CorrelationPlot16x16.png", "", "" ); CAF_PDM_InitFieldNoDefault( &m_correlationFactor, "CorrelationFactor", "Correlation Factor", "", "", "" ); m_correlationFactor.uiCapability()->setUiEditorTypeName( caf::PdmUiComboBoxEditor::uiEditorTypeName() );