FEM: mesh clear command, make name fit in FEM name system

This commit is contained in:
Bernd Hahnebach
2017-03-02 21:16:35 +01:00
committed by Yorik van Havre
parent f19481b083
commit f5c717b771
5 changed files with 12 additions and 12 deletions

View File

@@ -54,7 +54,7 @@ void Workbench::setupContextMenu(const char* recipient, Gui::MenuItem* item) con
{
StdWorkbench::setupContextMenu( recipient, item );
*item << "Separator"
<< "FEM_ClearMesh"
<< "FEM_MeshClear"
<< "FEM_MeshPrintInfo";
}