FEM: rename icon, Constraint Plane Rotation

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

View File

@@ -684,7 +684,7 @@ CmdFemConstraintPlaneRotation::CmdFemConstraintPlaneRotation()
sToolTipText = QT_TR_NOOP("Creates a FEM constraint for plane rotation face");
sWhatsThis = "FEM_ConstraintPlaneRotation";
sStatusTip = sToolTipText;
sPixmap = "fem-constraint-planerotation";
sPixmap = "FEM_ConstraintPlaneRotation";
}
void CmdFemConstraintPlaneRotation::activated(int)