Rename to RiuPlotMainWindow

This commit is contained in:
Magne Sjaastad
2018-04-27 06:28:08 +02:00
parent 515ed8a649
commit c267f32638
45 changed files with 111 additions and 118 deletions

View File

@@ -50,7 +50,7 @@ void RicSnapshotAllPlotsToFileFeature::saveAllPlots()
{
RiaApplication* app = RiaApplication::instance();
RiuMainPlotWindow* mainPlotWindow = app->mainPlotWindow();
RiuPlotMainWindow* mainPlotWindow = app->mainPlotWindow();
if (!mainPlotWindow) return;
RimProject* proj = app->project();