mirror of https://github.com/CGAL/cgal
camelCase
Co-authored-by: Sebastien Loriot <sloriot.ml@gmail.com>
This commit is contained in:
parent
aa0c8ff10f
commit
71f8d67095
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in New Issue