FEM: rename icon, Constraint Fixed

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

View File

@@ -60,7 +60,7 @@ using namespace Gui;
/* TRANSLATOR FemGui::TaskFemConstraintFixed */
TaskFemConstraintFixed::TaskFemConstraintFixed(ViewProviderFemConstraintFixed *ConstraintView,QWidget *parent)
: TaskFemConstraint(ConstraintView, parent, "fem-constraint-fixed")
: TaskFemConstraint(ConstraintView, parent, "FEM_ConstraintFixed")
{ //Note change "Fixed" in line above to new constraint name
proxy = new QWidget(this);
ui = new Ui_TaskFemConstraintFixed();