Skip to content

Commit

Permalink
FEM: Rename Fem_FemMesh icon to fem-fem-mesh-from-shape
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 c9c28a8 commit bb1a41f
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/Resources/Fem.qrc
@@ -1,6 +1,6 @@
<RCC>
<qresource>
<file>icons/Fem_FemMesh.svg</file>
<file>icons/fem-fem-mesh-from-shape.svg</file>
<file>icons/Fem_FemMesh_createnodebypoly.svg</file>
<file>icons/fem-analysis.svg</file>
<file>icons/fem-constraint-force.svg</file>
Expand Down
2 changes: 1 addition & 1 deletion src/Mod/Fem/Gui/ViewProviderFemMesh.cpp
Expand Up @@ -165,7 +165,7 @@ App::PropertyFloatConstraint::Constraints ViewProviderFemMesh::floatRange = {1.0

ViewProviderFemMesh::ViewProviderFemMesh()
{
sPixmap = "Fem_FemMesh";
sPixmap = "fem-fem-mesh-from-shape";

ADD_PROPERTY(PointColor,(App::Color(0.7f,0.7f,0.7f)));
ADD_PROPERTY(PointSize,(5.0f));
Expand Down
2 changes: 1 addition & 1 deletion src/Mod/Fem/MechanicalAnalysis.py
Expand Up @@ -84,7 +84,7 @@ def IsActive(self):

class _CommandFemFromShape:
def GetResources(self):
return {'Pixmap': 'Fem_FemMesh',
return {'Pixmap': 'fem-fem-mesh-from-shape',
'MenuText': QtCore.QT_TRANSLATE_NOOP("Fem_CreateFromShape", "Create FEM mesh"),
'ToolTip': QtCore.QT_TRANSLATE_NOOP("Fem_CreateFromShape", "Create FEM mesh from shape")}

Expand Down

0 comments on commit bb1a41f

Please sign in to comment.