FEM: rename icon, Constraint Force

This commit is contained in:
Bernd Hahnebach
2020-03-06 08:39:03 +01:00
parent 568ab2ba6a
commit 8942704058
5 changed files with 4 additions and 4 deletions

View File

@@ -69,7 +69,7 @@ using namespace Gui;
/* TRANSLATOR FemGui::TaskFemConstraintForce */
TaskFemConstraintForce::TaskFemConstraintForce(ViewProviderFemConstraintForce *ConstraintView,QWidget *parent)
: TaskFemConstraint(ConstraintView, parent, "fem-constraint-force")
: TaskFemConstraint(ConstraintView, parent, "FEM_ConstraintForce")
{
// we need a separate container widget to add all controls to
proxy = new QWidget(this);