From 0ae5c344d3ac74a3b97233fe72b4d138a5cc04ce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Erik=20Jensen?= Date: Fri, 22 Sep 2017 12:02:13 +0200 Subject: [PATCH] #1922 Curve creator. Set dialog window title --- .../SummaryPlotCommands/RicSummaryCurveCreatorDialog.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/ApplicationCode/Commands/SummaryPlotCommands/RicSummaryCurveCreatorDialog.cpp b/ApplicationCode/Commands/SummaryPlotCommands/RicSummaryCurveCreatorDialog.cpp index f19458c412..365a62daa3 100644 --- a/ApplicationCode/Commands/SummaryPlotCommands/RicSummaryCurveCreatorDialog.cpp +++ b/ApplicationCode/Commands/SummaryPlotCommands/RicSummaryCurveCreatorDialog.cpp @@ -40,6 +40,7 @@ RicSummaryCurveCreatorDialog::RicSummaryCurveCreatorDialog(QWidget* parent, RicS m_curveCreatorSplitterUi->setPdmObject(summaryCurveCreator); m_curveCreatorSplitterUi->updateUi(); + setWindowTitle("ResInsight: Plot Editor"); connect(m_curveCreatorSplitterUi, SIGNAL(signalCloseButtonPressed()), this, SLOT(accept())); }