FEM: rename icon, Constraint Pressure

This commit is contained in:
Bernd Hahnebach
2020-03-06 08:39:21 +01:00
parent 41133faade
commit 50ea796f17
5 changed files with 4 additions and 4 deletions

View File

@@ -59,7 +59,7 @@ using namespace Gui;
/* TRANSLATOR FemGui::TaskFemConstraintPressure */
TaskFemConstraintPressure::TaskFemConstraintPressure(ViewProviderFemConstraintPressure *ConstraintView,QWidget *parent)
: TaskFemConstraint(ConstraintView, parent, "fem-constraint-pressure")
: TaskFemConstraint(ConstraintView, parent, "FEM_ConstraintPressure")
{ //Note change "pressure" in line above to new constraint name
proxy = new QWidget(this);
ui = new Ui_TaskFemConstraintPressure();