FEM: Rename Fem_ConstraintPulley icon to fem-constraint-pulley
Signed-off-by: Przemo Firszt <przemo@firszt.eu>
This commit is contained in:
parent
dc35235863
commit
c9c28a8690
|
@ -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)
|
||||
|
|
|
@ -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>
|
||||
|
|
Before Width: | Height: | Size: 38 KiB After Width: | Height: | Size: 38 KiB |
|
@ -46,7 +46,7 @@ PROPERTY_SOURCE(FemGui::ViewProviderFemConstraintPulley, FemGui::ViewProviderFem
|
|||
|
||||
ViewProviderFemConstraintPulley::ViewProviderFemConstraintPulley()
|
||||
{
|
||||
sPixmap = "Fem_ConstraintPulley";
|
||||
sPixmap = "fem-constraint-pulley";
|
||||
}
|
||||
|
||||
ViewProviderFemConstraintPulley::~ViewProviderFemConstraintPulley()
|
||||
|
|
Loading…
Reference in New Issue
Block a user