FEM: results purge command, make name fit in FEM name system

This commit is contained in:
Bernd Hahnebach
2017-03-02 20:53:08 +01:00
committed by Yorik van Havre
parent ef0a253f4e
commit dc39edd9a5
5 changed files with 12 additions and 12 deletions

View File

@@ -103,7 +103,7 @@ Gui::ToolBarItem* Workbench::setupToolBars() const
<< "FEM_SolverControl"
<< "FEM_SolverRun"
<< "Separator"
<< "FEM_PurgeResults"
<< "FEM_ResultsPurge"
<< "FEM_ShowResult";
#ifdef FC_USE_VTK
@@ -179,7 +179,7 @@ Gui::MenuItem* Workbench::setupMenuBar() const
<< "FEM_SolverControl"
<< "FEM_SolverRun"
<< "Separator"
<< "FEM_PurgeResults"
<< "FEM_ResultsPurge"
<< "FEM_ShowResult";
return root;