FEM: mesh print info command, make name fit in FEM name system

This commit is contained in:
Bernd Hahnebach
2017-03-02 21:11:53 +01:00
committed by Yorik van Havre
parent 11166f971e
commit f19481b083
5 changed files with 15 additions and 15 deletions

View File

@@ -55,7 +55,7 @@ void Workbench::setupContextMenu(const char* recipient, Gui::MenuItem* item) con
StdWorkbench::setupContextMenu( recipient, item );
*item << "Separator"
<< "FEM_ClearMesh"
<< "FEM_PrintMeshInfo";
<< "FEM_MeshPrintInfo";
}
Gui::ToolBarItem* Workbench::setupToolBars() const