Skip to content

Commit

Permalink
FEM: Rename Fem_ConstraintForce icon to fem-constraint-force
Browse files Browse the repository at this point in the history
Signed-off-by: Przemo Firszt <przemo@firszt.eu>
  • Loading branch information
PrzemoF authored and yorikvanhavre committed Jul 29, 2015
1 parent 93b24a1 commit 5674ca8
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/Mod/Fem/Gui/Command.cpp
Expand Up @@ -294,7 +294,7 @@ CmdFemConstraintForce::CmdFemConstraintForce()
sToolTipText = QT_TR_NOOP("Create FEM constraint for a force acting on a geometric entity");
sWhatsThis = "Fem_ConstraintForce";
sStatusTip = sToolTipText;
sPixmap = "Fem_ConstraintForce";
sPixmap = "fem-constraint-force";
}

void CmdFemConstraintForce::activated(int iMsg)
Expand Down
2 changes: 1 addition & 1 deletion src/Mod/Fem/Gui/Resources/Fem.qrc
Expand Up @@ -3,7 +3,7 @@
<file>icons/Fem_FemMesh.svg</file>
<file>icons/Fem_FemMesh_createnodebypoly.svg</file>
<file>icons/fem-analysis.svg</file>
<file>icons/Fem_ConstraintForce.svg</file>
<file>icons/fem-constraint-force.svg</file>
<file>icons/fem-constraint-fixed.svg</file>
<file>icons/Fem_ConstraintPressure.svg</file>
<file>icons/fem-constraint-bearing.svg</file>
Expand Down
2 changes: 1 addition & 1 deletion src/Mod/Fem/Gui/ViewProviderFemConstraintForce.cpp
Expand Up @@ -47,7 +47,7 @@ PROPERTY_SOURCE(FemGui::ViewProviderFemConstraintForce, FemGui::ViewProviderFemC

ViewProviderFemConstraintForce::ViewProviderFemConstraintForce()
{
sPixmap = "Fem_ConstraintForce";
sPixmap = "fem-constraint-force";
}

ViewProviderFemConstraintForce::~ViewProviderFemConstraintForce()
Expand Down

0 comments on commit 5674ca8

Please sign in to comment.