diff --git a/ApplicationCode/UserInterface/RiuMainPlotWindow.cpp b/ApplicationCode/UserInterface/RiuMainPlotWindow.cpp index a54ef8bdbd..747c1ad3b5 100644 --- a/ApplicationCode/UserInterface/RiuMainPlotWindow.cpp +++ b/ApplicationCode/UserInterface/RiuMainPlotWindow.cpp @@ -328,7 +328,7 @@ void RiuMainPlotWindow::refreshToolbars() void RiuMainPlotWindow::createDockPanels() { { - QDockWidget* dockWidget = new QDockWidget("Plot Object Project Tree", this); + QDockWidget* dockWidget = new QDockWidget("Plot Project Tree", this); dockWidget->setObjectName("dockWidget"); dockWidget->setAllowedAreas(Qt::AllDockWidgetAreas);