FEM: Use fem-constraint-pulley and fem-constraint-gear icon names
Signed-off-by: Przemo Firszt <przemo@firszt.eu>
This commit is contained in:
parent
0b310174ee
commit
eda566e572
|
@ -274,7 +274,7 @@ TaskDlgFemConstraintGear::TaskDlgFemConstraintGear(ViewProviderFemConstraintGear
|
||||||
{
|
{
|
||||||
this->ConstraintView = ConstraintView;
|
this->ConstraintView = ConstraintView;
|
||||||
assert(ConstraintView);
|
assert(ConstraintView);
|
||||||
this->parameter = new TaskFemConstraintGear(ConstraintView, 0, "Fem_ConstraintGear");
|
this->parameter = new TaskFemConstraintGear(ConstraintView, 0, "fem-constraint-gear");
|
||||||
|
|
||||||
Content.push_back(parameter);
|
Content.push_back(parameter);
|
||||||
}
|
}
|
||||||
|
|
|
@ -50,7 +50,7 @@ using namespace Gui;
|
||||||
/* TRANSLATOR FemGui::TaskFemConstraintPulley */
|
/* TRANSLATOR FemGui::TaskFemConstraintPulley */
|
||||||
|
|
||||||
TaskFemConstraintPulley::TaskFemConstraintPulley(ViewProviderFemConstraintPulley *ConstraintView,QWidget *parent)
|
TaskFemConstraintPulley::TaskFemConstraintPulley(ViewProviderFemConstraintPulley *ConstraintView,QWidget *parent)
|
||||||
: TaskFemConstraintGear(ConstraintView, parent, "Fem_ConstraintPulley")
|
: TaskFemConstraintGear(ConstraintView, parent, "fem-constraint-pulley")
|
||||||
{
|
{
|
||||||
connect(ui->spinOtherDiameter, SIGNAL(valueChanged(double)),
|
connect(ui->spinOtherDiameter, SIGNAL(valueChanged(double)),
|
||||||
this, SLOT(onOtherDiameterChanged(double)));
|
this, SLOT(onOtherDiameterChanged(double)));
|
||||||
|
|
Loading…
Reference in New Issue
Block a user