camelCase

Co-authored-by: Sebastien Loriot <sloriot.ml@gmail.com>
This commit is contained in:
Maxime GIMENO 2020-12-17 14:33:30 +01:00 committed by GitHub
parent aa0c8ff10f
commit 71f8d67095
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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,