#1728: Change text on feature label

This commit is contained in:
Unknown
2017-09-05 16:45:30 +02:00
committed by Rebecca Cox
parent a4aa06b75c
commit f09ec5a7c9

View File

@@ -43,7 +43,7 @@ CAF_CMD_SOURCE_INIT(RicCloseSummaryCaseFeature, "RicCloseSummaryCaseFeature");
//--------------------------------------------------------------------------------------------------
void RicCloseSummaryCaseFeature::setupActionLook(QAction* actionToSetup)
{
actionToSetup->setText("Close Summary Plot");
actionToSetup->setText("Close Summary Case");
actionToSetup->setIcon(QIcon(":/Erase.png"));
}
@@ -65,7 +65,7 @@ void RicCloseSummaryCaseFeature::deleteSummaryCases(const std::vector<RimSummary
{
for (RimSummaryPlot* summaryPlot : summaryPlotColl->summaryPlots)
{
summaryPlot->removeCurveAssosiatedWithCase(summaryCase);
summaryPlot->removeCurvesAssosiatedWithCase(summaryCase);
}
summaryPlotColl->updateConnectedEditors();