FEM: print mesh info, rename it to display mesh info

This commit is contained in:
Bernd Hahnebach
2018-11-06 13:24:57 +01:00
committed by Yorik van Havre
parent 798c0ea4a8
commit fb531582f6
2 changed files with 8 additions and 8 deletions

View File

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