From e6cddc3796f58edda6de2684948d3a846674f712 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jacob=20St=C3=B8ren?= Date: Fri, 15 Dec 2017 13:36:46 +0100 Subject: [PATCH] Change name of the Plot Project Tree --- ApplicationCode/UserInterface/RiuMainPlotWindow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);