FEM: Rename Fem_ConstraintPulley icon to fem-constraint-pulley

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

View File

@ -411,7 +411,7 @@ CmdFemConstraintPulley::CmdFemConstraintPulley()
sToolTipText = QT_TR_NOOP("Create FEM constraint for a pulley");
sWhatsThis = "Fem_ConstraintPulley";
sStatusTip = sToolTipText;
sPixmap = "Fem_ConstraintPulley";
sPixmap = "fem-constraint-pulley";
}
void CmdFemConstraintPulley::activated(int iMsg)

View File

@ -8,7 +8,7 @@
<file>icons/fem-constraint-pressure.svg</file>
<file>icons/fem-constraint-bearing.svg</file>
<file>icons/fem-constraint-gear.svg</file>
<file>icons/Fem_ConstraintPulley.svg</file>
<file>icons/fem-constraint-pulley.svg</file>
<file>icons/fem-add-fem-mesh.svg</file>
<file>icons/fem-add-material.svg</file>
<file>icons/fem-add-part.svg</file>

View File

Before

Width:  |  Height:  |  Size: 38 KiB

After

Width:  |  Height:  |  Size: 38 KiB

View File

@ -46,7 +46,7 @@ PROPERTY_SOURCE(FemGui::ViewProviderFemConstraintPulley, FemGui::ViewProviderFem
ViewProviderFemConstraintPulley::ViewProviderFemConstraintPulley()
{
sPixmap = "Fem_ConstraintPulley";
sPixmap = "fem-constraint-pulley";
}
ViewProviderFemConstraintPulley::~ViewProviderFemConstraintPulley()