FEM: Rename Fem_ConstraintPressure icon to fem-constraint-pressure

Signed-off-by: Przemo Firszt <przemo@firszt.eu>
This commit is contained in:
Przemo Firszt
2015-07-28 22:26:42 +01:00
committed by Yorik van Havre
parent 79bb344318
commit 672006fe15
4 changed files with 4 additions and 4 deletions

View File

@@ -333,7 +333,7 @@ CmdFemConstraintPressure::CmdFemConstraintPressure()
sToolTipText = QT_TR_NOOP("Create FEM constraint for a pressure acting on a face");
sWhatsThis = "Fem_ConstraintPressure";
sStatusTip = sToolTipText;
sPixmap = "Fem_ConstraintPressure";
sPixmap = "fem-constraint-pressure";
}
void CmdFemConstraintPressure::activated(int iMsg)