diff --git a/Lab/demo/Lab/Plugins/PMP/Repair_polyhedron_plugin.cpp b/Lab/demo/Lab/Plugins/PMP/Repair_polyhedron_plugin.cpp index 5371fa50dfcb..e15f600b52ed 100644 --- a/Lab/demo/Lab/Plugins/PMP/Repair_polyhedron_plugin.cpp +++ b/Lab/demo/Lab/Plugins/PMP/Repair_polyhedron_plugin.cpp @@ -87,6 +87,7 @@ class CGAL_Lab_repair_cgal_lab_plugin : actionAutorefine->setProperty("subMenuName", "Polygon Mesh Processing/Repair/Experimental"); actionNewAutorefine->setProperty("subMenuName", "Polygon Mesh Processing/Repair"); actionAutorefineAndRMSelfIntersections->setProperty("subMenuName", "Polygon Mesh Processing/Repair/Experimental"); + actionRemoveNeedlesAndCaps->setProperty("subMenuName", "Polygon Mesh Processing/Repair"); actionSnapBorders->setProperty("subMenuName", "Polygon Mesh Processing/Repair/Experimental"); actionAddBbox->setProperty("subMenuName", "Polygon Mesh Processing");