Skip to content

Commit

Permalink
FEM: Rename Fem_AddFemMesh icon to fem-add-fem-mesh
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 1d0d6df commit f3d82fd
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Mod/Fem/Gui/Command.cpp
Expand Up @@ -155,7 +155,7 @@ CmdFemAddPart::CmdFemAddPart()
sToolTipText = QT_TR_NOOP("Add a part to the Analysis");
sWhatsThis = "Fem_FemAddPart";
sStatusTip = sToolTipText;
sPixmap = "Fem_AddFemMesh";
sPixmap = "fem-add-fem-mesh";
}

void CmdFemAddPart::activated(int iMsg)
Expand Down
2 changes: 1 addition & 1 deletion src/Mod/Fem/Gui/Resources/Fem.qrc
Expand Up @@ -9,7 +9,7 @@
<file>icons/Fem_ConstraintBearing.svg</file>
<file>icons/Fem_ConstraintGear.svg</file>
<file>icons/Fem_ConstraintPulley.svg</file>
<file>icons/Fem_AddFemMesh.svg</file>
<file>icons/fem-add-fem-mesh.svg</file>
<file>icons/Fem_AddMaterial.svg</file>
<file>icons/Fem_AddPart.svg</file>
<file>icons/Fem_Inp_Editor.svg</file>
Expand Down

0 comments on commit f3d82fd

Please sign in to comment.