FEM: rename command MechanicalJobControl to SolverJobControl

This commit is contained in:
Bernd Hahnebach
2015-11-25 06:48:00 +01:00
committed by Yorik van Havre
parent 882db04b3c
commit 03d1d32e38
5 changed files with 10 additions and 10 deletions

View File

@@ -71,7 +71,7 @@ Gui::ToolBarItem* Workbench::setupToolBars() const
<< "Fem_ConstraintGear"
<< "Fem_ConstraintPulley"
<< "Separator"
<< "Fem_MechanicalJobControl"
<< "Fem_SolverJobControl"
<< "Fem_Quick_Analysis"
<< "Fem_PurgeResults"
<< "Fem_ShowResult";
@@ -101,7 +101,7 @@ Gui::MenuItem* Workbench::setupMenuBar() const
<< "Fem_ConstraintGear"
<< "Fem_ConstraintPulley"
<< "Separator"
<< "Fem_MechanicalJobControl"
<< "Fem_SolverJobControl"
<< "Fem_Quick_Analysis"
<< "Fem_PurgeResults"
<< "Fem_ShowResult";