From 71f8d67095c21e9beec70cf7deb879c2f0fc150d Mon Sep 17 00:00:00 2001 From: Maxime GIMENO Date: Thu, 17 Dec 2020 14:33:30 +0100 Subject: [PATCH] camelCase Co-authored-by: Sebastien Loriot --- Polyhedron/demo/Polyhedron/Plugins/Mesh_3/Mesh_3_plugin.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Polyhedron/demo/Polyhedron/Plugins/Mesh_3/Mesh_3_plugin.cpp b/Polyhedron/demo/Polyhedron/Plugins/Mesh_3/Mesh_3_plugin.cpp index ae47074a62f..55d9f0f8ff7 100644 --- a/Polyhedron/demo/Polyhedron/Plugins/Mesh_3/Mesh_3_plugin.cpp +++ b/Polyhedron/demo/Polyhedron/Plugins/Mesh_3/Mesh_3_plugin.cpp @@ -101,7 +101,7 @@ public: this, SLOT(mesh_3_surface())); } - actionSplitPolylines = new QAction("Split polylines in a graph (Tet Mesh)", mw); + actionSplitPolylines = new QAction("Split Polylines in a Graph (Tet Mesh)", mw); actionSplitPolylines->setProperty("subMenuName", "Tetrahedral Mesh Generation"); connect(actionSplitPolylines, &QAction::triggered,