FEM: mesh print info command, make name fit in FEM name system
This commit is contained in:
committed by
Yorik van Havre
parent
11166f971e
commit
f19481b083
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user