FEM: print mesh info, rename it to display mesh info
This commit is contained in:
committed by
Yorik van Havre
parent
798c0ea4a8
commit
fb531582f6
@@ -55,7 +55,7 @@ void Workbench::setupContextMenu(const char* recipient, Gui::MenuItem* item) con
|
||||
StdWorkbench::setupContextMenu( recipient, item );
|
||||
*item << "Separator"
|
||||
<< "FEM_MeshClear"
|
||||
<< "FEM_MeshPrintInfo";
|
||||
<< "FEM_MeshDisplayInfo";
|
||||
}
|
||||
|
||||
Gui::ToolBarItem* Workbench::setupToolBars() const
|
||||
|
||||
Reference in New Issue
Block a user