FEM: result show command, make name fit in FEM name system

This commit is contained in:
Bernd Hahnebach
2017-03-02 21:05:20 +01:00
committed by Yorik van Havre
parent 1101dc6ced
commit decbd572da
10 changed files with 23 additions and 23 deletions

View File

@@ -104,7 +104,7 @@ Gui::ToolBarItem* Workbench::setupToolBars() const
<< "FEM_SolverRun"
<< "Separator"
<< "FEM_ResultsPurge"
<< "FEM_ShowResult";
<< "FEM_ResultShow";
#ifdef FC_USE_VTK
Gui::ToolBarItem* post = new Gui::ToolBarItem(root);
@@ -180,7 +180,7 @@ Gui::MenuItem* Workbench::setupMenuBar() const
<< "FEM_SolverRun"
<< "Separator"
<< "FEM_ResultsPurge"
<< "FEM_ShowResult";
<< "FEM_ResultShow";
return root;
}