From 048d527c0c83b3dc7e9ec0ce25d3954f32689e02 Mon Sep 17 00:00:00 2001 From: Maxime Gimeno Date: Tue, 2 Jul 2019 13:29:12 +0200 Subject: [PATCH] fix basic objects in menu --- .../demo/Polyhedron/Plugins/PCA/Basic_generator_plugin.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Polyhedron/demo/Polyhedron/Plugins/PCA/Basic_generator_plugin.cpp b/Polyhedron/demo/Polyhedron/Plugins/PCA/Basic_generator_plugin.cpp index 9cbb92e4c73..269eb121ae4 100644 --- a/Polyhedron/demo/Polyhedron/Plugins/PCA/Basic_generator_plugin.cpp +++ b/Polyhedron/demo/Polyhedron/Plugins/PCA/Basic_generator_plugin.cpp @@ -113,7 +113,7 @@ public : { menu->addAction(action); } - dock_widget = new GeneratorWidget("Basic Objets", mw); + dock_widget = new GeneratorWidget("Basic Objects", mw); dock_widget->setVisible(false); // do not show at the beginning addDockWidget(dock_widget); connect(dock_widget->generateButton, &QAbstractButton::clicked,