Rename Plot Report and Combination Plot to Multi Plot

This commit is contained in:
Gaute Lindkvist
2019-11-13 11:48:21 +01:00
parent 81db22586d
commit a73c7a4b97
9 changed files with 26 additions and 26 deletions

View File

@@ -383,7 +383,7 @@ void RiuPlotMainWindow::createToolBars()
m_summaryPlotToolBarEditor = new caf::PdmUiToolBarEditor( "Summary Plot", this );
m_summaryPlotToolBarEditor->hide();
m_gridPlotWindowToolBarEditor = new caf::PdmUiToolBarEditor( "Combination Plot", this );
m_gridPlotWindowToolBarEditor = new caf::PdmUiToolBarEditor( "Multi Plot", this );
m_gridPlotWindowToolBarEditor->hide();
}